1The bogofilter ./configure script cannot currently auto-detect the
2non-standard install location of db3 or db4 on FreeBSD.
3
4To compile bogofilter on a stock FreeBSD 4.x with db3 or db4 installed
5via port or package, try to re-run configure like this:
6
7env CPPFLAGS=-I/usr/local/include/db3 LIBS=-ldb3 LDFLAGS=-L/usr/local/lib \
8  sh ./configure --with-libdb-prefix=/usr/local
9
10Replace the two "db3" with "db4" if appropriate, and adjust all
11/usr/local occurrences if your PREFIX is not /usr/local.
12