Try

export LDFLAGS="-L/usr/local/BerkeleyDB.3.2/lib"
export CFLAGS="-I/usr/local/BerkeleyDB.3.2/include"

before ./configure

Good luck! I never got IMAPD 2.0.12 compiled on a Debian 2.2 'potato' box,
but this helped me to compile Courier IMAPD... ;-)

Olaf

jennyw wrote:
> 
> 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

Reply via email to