compile trouble

David Relson relson at osagesoftware.com
Tue Nov 5 23:50:16 CET 2002


At 10:34 AM 11/5/02, Joeri Belis wrote:

>I am running into trouble while compiling bogofilter.
>Has this something to do with the BerkeleyDB.4.1 libraries that it can not
>find?

... [snip] ...

>Thanks for any feedback,
>Joeri


Joeri,

When I run into something like that, I figure it's a version compatibility 
of some sort, like an old .o file.  What's generally needd to to clear out 
old files so you can do a clean build.

First, I try "make clean" and "make".  If that works, fine.  If not, I'll 
try "make distclean; configure ; make".  If both of those fail, my last 
resort is to run cvs-bootstrap.sh, then make.

The problem generally is solved by one of those command sequences.

Good luck!

David





More information about the Bogofilter mailing list