Displaying 1 result from an estimated 1 matches for "locataion".
2005 Dec 01
6
Linking against a specific Berkeley DB install
...here in the hopes of
getting a faster response.
I am trying to compile OpenLDAP 2.3.11 from source on CentOS4. I have the
rpm for db4-4.2.52-7.1 installed and also a source build of BerkeleyDB in
/usr/local/BerkeleyDB.4.4.
How do I get OpenLDAP to link with the bdb 4.4?
I have put the library locataion everywhere I can think of:
LDFLAGS=-L/usr/local/BerkeleyDB.4.4/lib
LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.4/lib
LD_RUN_PATH=/usr/local/BerkeleyDB.4.4/lib
Still, the configure seems to link with the 4.2 rpm build:
checking db.h usability... yes
checking db.h presence... yes...