ldap - OpenLdap exptects different version of Bekerley DB -


i try install last version of openldap on centos 7.1 64 bit through:
yum -y install openldap openldap-clients openldap-servers

then when try test:

slaptest -uf slapd.conf.temp 

i same error:

55a7fdc5 bdb_back_initialize: bdb library version mismatch: expected berkeley db 5.3.28: (september  9, 2013), got berkeley db 5.3.21: (may 11, 2012) 55a7fdc5 backend_init: initialized type "bdb" slaptest: slap_init failed! 

have install last version of berkeley db manually , separately procedure?

you might have set ld_library_path point /build_unix/.libs folder well.

a similar issue ran while running "./configure" openldap resolved setting ld_library_path properly.

reference: berkeley db mismatch error while configuring ldap


Comments