I try to install the last version of OpenLdap on my Centos 7.1 64 bit through:
yum -y install openldap openldap-clients openldap-servers
Then when I try the test:
slaptest -uf slapd.conf.temp
I always get the 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 for type "bdb"
slaptest: slap_init failed!
Have I to install last version of Berkeley DB manually and with separately procedure?