I compiled Berkeley DB 4.2.52. I also succesfully build sendmail, sasl and openldap against this version installed in /spare/local. But I am having problems getting cyrus-imap to use this version.
I tried: env "CPPFLAGS=-I/spare/local/include -I/usr/kerberos/include" "LDFLAGS=-L/spare/local/lib" ./configure --prefix=/spare/local --with-cyrus-prefix=/spare/local/cyrus --with-bdb=/spare/local --with-bdb-libdir=/spare/local/lib --with-bdb-incdir=/spare/local/include --with-snmp=/spare/local/lib make depend make all CFLAGS=-O BDB is installed in /spare/local Syslog throws the following error: Oct 20 11:28:19 test ctl_cyrusdb[18987]: incorrect version of Berkeley db: compiled against 4.2.52, linked against 4.0.14 I saw another message in the archive that mentioned that a patch needs to be applied to for 4.2 but that did not help. Any help would be greatly appreciated. Thanks and Best, Akshay --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html