configure failure os x

Matthias Andree matthias.andree at gmx.de
Thu Apr 3 00:36:00 CEST 2003


David Relson <relson at osagesoftware.com> writes:

> David,
>
> Possibly the most interesting line reads "ld: can't locate file for:
> -ldb-4.1".  Configure is looking for the library and not finding it.
> Are you giving configure the path for the library or for the header
> file?  Since you have /usr/include/db.h and that's a standard unix
> location, configure should find the header file.  Try running configure
> with "--with-db=/path/to/libdb-4.1".

If that doesn't help, it's also possible to omit the --with-db option
and manually configure:

env CPPFLAGS=-I/path/to/db4/include LDFLAGS=-L/path/to/db4/lib \
    LIBS=-ldb-4.1 sh configure

-- 
Matthias Andree




More information about the Bogofilter mailing list