[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: BDB 4.2.50 [finally] available



How about this:

ldd slapd
libdb-4.2.so => /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so (0x40019000)
libssl.so.2 => /lib/libssl.so.2 (0x400c5000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x400f2000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401b5000)
libresolv.so.2 => /lib/libresolv.so.2 (0x401e2000)
libdl.so.2 => /lib/libdl.so.2 (0x401f3000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x401f6000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


Also, during the build the gcc arguments where for /usr/local/BerkeleyDB.4.2/.

schu


Quanah Gibson-Mount wrote:


--On Tuesday, November 25, 2003 1:15 PM -0900 Matthew Schumacher <matt.s@aptalaska.net> wrote:

Here is a quick workaround to get up and running with BerkeleyDB.4.2:

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

I'm doing some testing as well, hopefully this release will fix all of
the corruption issues.


Are you sure that configure actually uses those libraries though? When I ran configure as distributed, it ignored them in preference of older libs. Did you look at the Makefile's to ensure it was pulling in the right libraries?

--Quanah


-- Quanah Gibson-Mount Principal Software Developer ITSS/TSS/Computing Systems ITSS/TSS/Infrastructure Operations Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html