Compiling postgrey

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Mon Oct 3 11:56:38 PDT 2005


Aguiar Magalhaes <magalhj at yahoo.com.br> writes:

> Hi list,
> 
> I was compiling the posgrey in FreeBSD 5.4 (make make
> install) and I Received the error message:
> 
> - - - - - - - - - - -
> /bin/sh /usr/ports/mail/postgreypkg_req INSTALL
> your vendor has not defined BerkeleyDB macro
> DB_AUTO_COMMIT, used at -e line 1
> 
> Postgrey requeires databases/p5-berkeleyDB to be built
> with BerkeleyDB 4.1 or newer. Please reinstall it with
> the WITH_BDB_VER set to 41 or newer
> - - - - - - - - - - - -
> 
> What´s wrong ?  

Well, let's see.  Apparently this port requires that
databases/p5-BerkeleyDB to be built with the variable 
WITH_BDB_VER set to indicate version 4.1 (or later).

> How to fix it ?

At a guess, add "WITH_BDB_VER=1" to your make.conf, 
and then install the databases/p5-BerkeleyDB port.



More information about the freebsd-questions mailing list