It is openldap-2.4.32, i don't see any mdb support option while compiling . It is compiled with below options:
tar -xzf db-5.3.21.tar.gz tar -zxf openldap-2.4.32.tgz cd db-5.3.21 cd build_unix/ ../dist/configure --enable-compat185 --enable-dbm --disable-static --enable-cxx && make && make install db_verify -V cd ../.. cd openldap-2.4.32 ./configure --prefix=/usr/local/OpenLDAP --with-tls=no --enable-modules=yes --enable-overlays=yes --enable-ppolicy=yes && make depend && make && make install Regards Chandan On Thu, 4 Mar 2021 at 22:48, Quanah Gibson-Mount <[email protected]> wrote: > > > --On Thursday, March 4, 2021 10:40 PM +0530 chandan jain > <[email protected]> wrote: > > > > > > > Thanks quanah, I will change log level to 256 to see the results. > > > > > > Also, is it possible to migrate from bdb to mdb, the ldap is mirror mode > > sync with 2 nodes and it is compiled version not a rpm one. > > Assuming it was built with back-mdb support, yes. I have no idea what > release you're running, but you'll want a current one. > > --Quanah > > > -- > > Quanah Gibson-Mount > Product Architect > Symas Corporation > Packaged, certified, and supported LDAP solutions powered by OpenLDAP: > <http://www.symas.com> >
