Bogofilter-0.15.9 - New Current Release

Chris Wilkes cwilkes-bf at ladro.com
Mon Nov 24 16:42:20 CET 2003


On Mon, Nov 24, 2003 at 10:41:16AM +0100, Matthias Andree wrote:
> On Sun, 23 Nov 2003, Chris Wilkes wrote:
> 
> > On Sun, Nov 23, 2003 at 04:22:15PM -0500, David Relson wrote:
> > > Bogofilter 0.15.9 is available on SourceForge.  The download URL is
> > > http://sourceforge.net/project/showfiles.php?group_id=62265
> > 
> > For some reason the src rpm doesn't build correctly, I get the following
> > error:
> >   /usr/bin/ld: cannot find -ldb
> >   collect2: ld returned 1 exit status
> > However the source compiles correctly, with configure using DB_LIB=-ldb,
> > and apparently it can find my db4 (4.1.25-3) files.
> > 
> 
> The autodetection magic has since been changed with a focus on run-time
> convenience in contrast to build-time convenience. Can you do (in a sh,
> ksh, ash, bash) this:
> 
> for i in `locate libdb.so` ; do echo $i ; readelf -d $i | grep SONAME ;
> echo ; done

/usr/lib/libdb.so.2
 0x0000000e (SONAME)                     Library soname: [libdb.so.2]

/usr/lib/libdb.so
 0x0000000e (SONAME)                     Library soname: [libdb-4.1.so]

Chris




More information about the Bogofilter mailing list