./configure problem on FreeBSD

Matthias Andree matthias.andree at gmx.de
Thu Mar 6 23:39:27 CET 2003


On Thu, 06 Mar 2003, Matthias Andree wrote:

> On Thu, 06 Mar 2003, Matthias Andree wrote:
> 
> > Try running "file /usr/local/BerkeleyDB.4.1/lib/libdb-4.1.so" to figure,
> > it should tell you what type the library is (aout or ELF) -- you should
> > pass the corresponding option to ldconfig in case /etc/objformat and the
> > format of libdb-4.1.so do not match.
> > 
> > However, this is a problem with the BerkeleyDB install, and not a
> > bogofilter problem as far as I can tell.
> 
> BTW, see man rc.conf for details on how to automatically run
> ldconfig for that path at boot-up time.
> (This means you copy a line from /etc/defaults/rc.conf to
> /etc/rc.conf.local and add the /usr/local/BerkeleyDB.4.1/lib/ path to
> that variable).

For the records:

the problem was solved by running:

ldconfig -R /usr/local/BerkeleyDB.4.1/lib

-- 
Matthias Andree




More information about the Bogofilter mailing list