Hello! Am Fri, 29 Mar 2002 14:08:38 -0500 schrieb Clifford Thurber:
> I had a similar problem on RedHat. It ended up that the distro shipped with > a version of BerkeleyDB and the header file in /usr/include/db.h was being > used instead of the one installed in /usr/local/BerkeleyDBx.x which is the > one you must have installed. Try running: > > ldd /usr/cyrus/bin/master > > to see what library its actually using. delta:/ # ldd /usr/cyrus/bin/master libdl.so.2 => /lib/libdl.so.2 (0x40018000) libdb-3.3.so => /usr/local/BerkeleyDB.3.1/lib/libdb-3.3.so (0x4001c000) libresolv.so.2 => /lib/libresolv.so.2 (0x4009e000) libc.so.6 => /lib/libc.so.6 (0x400ad000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) hm, looks like it uses the right one. I have no idea why it doesn´t initialze the db. regards -- Andreas Meyer http://home.wtal.de/MeineHomepage