>I try to configure cyrus imapd 2.0.12 on AIX 4.3.3 witch Berkley DB3.2 and
>got the following error:
>
>./configure --with-dbdir=/usr/local/BerkeleyDB.3.2

well, you could try --with-dbdir=/usr/local/BerkeleyDB.3.2/lib,

and also 

CPPFLAGS="-I/usr/local/BerkeleyDB.3.2/include/" 
LDFLAGS="-L/usr/local/BerkeleyDB.3.2/lib" ./configure

for the configure statement. 

remember to "make distclean" before proceeding. 

I've found life is better just making /lib/db.a and db.so and
/usr/include/db.h be symlinks to the berkeley 3 versions, but under
AIX this might be a little dangerous; I'm not sure if SMIT uses db
for its datastore...





Reply via email to