I'm trying to install Cyrus imapd on a Debian 2.2 box. I downloaded
BerkeleyDB from Sleepycat's site, and followed the instructions. This
installed the software into /usr/local/BerkeleyDB.3.2. I then tried to
run configure, but it didn't work. I realized I had an older version of
Berkeley DB installed in /usr/lib, so I deleted libdb.a and replaced it
with a symlink to the new libdb.a. I also did ln -s
/usr/local/BerkeleyDB.3.2/bin/* /usr/local/bin. This didn't work,
either.
Looking through the configure script, it seems like it's looking for
something called db_create, which doesn't exist (there are a lot of
other db_* files in the bin directory). Any suggestions?
Thanks!
Jen