--On Wednesday, July 02, 2014 4:57 PM -0400 "Darouichi, Aziz"
<adarouic@post03.curry.edu> wrote:
Hi,
I am trying to compile Openldap-2.4.39 in RHEL 6.5 with DB -6-0.30, I
run the configure with: env CPPFLAGS="-I/opt/local/db-6.0.30/include"
LDFLAGS="-L/opt/local/db-6.0.30/lib" ./configure --enable-hdb
--enable-bdb --enable-overlays=mod --enable-ppolicy=yes --enable-passwd
--enable-syslog --enable-debug --with-tls --prefix=/opt/local
Why are you compiling against static openssl? Looks like your openssl lib
was not built correctly.
Also, I'd suggest skipping BDB entirely and using LMDB instead.