libdb / configure problem...

Gyepi SAM gyepi at praxis-sw.com
Wed Jul 14 19:02:15 CEST 2004


On Wed, Jul 14, 2004 at 06:36:42PM +0200, Erik Inge Bolsø wrote:
> Hello!
> 
> On a homemade linux distro, I have a problem configuring bogofilter
> 0.92.1, related to libdb (db-3.3.11.1).
> 
> >From reading config.log, it turns out that anything that links to -ldb
> on this system also must link to -lpthread ... But I'm not enough of an
> autoconf/automake guru to code the additional test in configure.ac.

use the LDFLAGS environment variable to add the pthread library.
Like this:

$ LDFLAGS="-lpthread" ./configure ...

-Gyepi



More information about the Bogofilter mailing list