On 01/12/05, Bowie Bailey <Bowie_Bailey at buc.com> wrote: > I sent this question to the OpenLDAP list yesterday, but I still haven't > seen the message come across the list. I am asking 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? Typically this would be done at the configure stage. Check... ./configure --help for OpenLDAP 2.3.11 for more information. Will.