--Gabriel Maffia wrote on 04.01.2002 13:54 -0300: > configure: error: Cannot find either the gdbm or the db library. > > although as the FAQ tells, I've added: > > CPPFLAGS="-I/opt/DB/include -I/opt/gdbm/include" > LDFLAGS="-L/opt/DB/lib -L/opt/gdbm/include"
try the LDFLAGS with -L/opt/gdbm/lib instead, and if you want to preserve any existing paths: export LDFLAGS="$LDFLAGS -L/opt/DB/lib -L/opt/gdbm/lib" Maybe you need to configure --with-db=gdbm and also add -lgdbm to LDFLAGS. Roland _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
