compile trouble

Matthias Andree matthias.andree at gmx.de
Wed Nov 6 03:32:25 CET 2002


Matthias Andree <matthias.andree at gmx.de> writes:

> To configure on FreeBSD 4.7, try:
>
> env CPPFLAGS=/usr/local/include/db3 LIBS=-ldb3 LDFLAGS=-L/usr/local/lib \
>   sh ./configure --with-db=/usr/local

I forgot an -I in CPPFLAGS, so it's (sorry for the confusion):

env CPPFLAGS=-I/usr/local/include/db3 LIBS=-ldb3 LDFLAGS=-L/usr/local/lib \
  sh ./configure --with-db=/usr/local

This still applies:

> Replace the two "db3" with "db4" if appropriate, and adjust all
> /usr/local occurrences if your PREFIX is not /usr/local. Note that only
> very fresh bogofilter versions cope with db4.1, if in doubt, go for
> db3. (db3 and db4 can be installed at the same time).

-- 
Matthias Andree




More information about the Bogofilter mailing list