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

RE: BerkeleyDB version



Here is what I see with a log level 1:

bdb_initialize: initialize BDB backend
bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December  3, 2003)

Is there any other log level that will tell me the actual path to what it is using? 
I have an unpatched 4.2.52 and a patched 4.2.52 in different folders (plus who knows what from the Fedora install).

Or, alternatively, is "ldd" (on a Fedora Linux box) the final word on the library that will be used at runtime?  My output from running ldd on slapd indicates that I am using the correct library:

ldd /usr/local/openldap-2.2.17/libexec/slapd
....
 libdb-4.2.so => /usr/local/BerkeleyDB.4.2.52.2/lib/libdb-4.2.so (0x00770000)
....

(which is the correct path).

Sigh - on to trying to write up a good bug report for the current problem I've run into... I was hoping it was something simple like a dumb mistake on my part (maybe it still is, but I'm out of ideas now)

Thanks,

Dan