So I went: $ ../configure --with-bdb=/usr/local/BerkeleyDB.4.3 --with-sasl --with-ssl --enable-imap --enable-pop --enable-smtp --enable-inodesort --enable-nfs-fix --enable-hcache -C --without-qdbm --without-gdbm
and this I got: $ egrep '^((C|CPP|LD)FLAGS|LIBS).*=' Makefile CFLAGS = -Wall -pedantic -g -O2 CPPFLAGS = -I/usr/local/BerkeleyDB.4.3/include// -I$(top_srcdir)/intl LDFLAGS = LIBS = -lidn -L/usr/local/BerkeleyDB.4.3/lib// -ldb-4.4 This can't possibly work, 4.3 headers on 4.4 library. Something's b0rked in the configure script. $ hg parents changeset: 5089:ab937d1f12b8 branch: HEAD tag: tip user: Brendan Cully <[EMAIL PROTECTED]> date: Sat Apr 07 13:10:11 2007 -0700 summary: Mark error message for translation -- Matthias Andree
