--On Wednesday, September 22, 2021 9:27 PM +0000 Challa N Kumar Reddy narendra.challa@cscs.ch wrote:
While performing the configure I am not able to pass. Please find the error shown below,
Could you please advise on how to fix this. Thanks in advance.
[nchalla@server openldap-2.5.7]$ ./configure --prefix=/u01/ldap --disable-static --enable-debug --with-tls=auto --with-cyrus-sasl --enable-dynamic --enable-crypt --enable-spasswd --enable-slapd --enable-modules --enable-rlookups --enable-backends=mod --disable-ndb --disable-sql --disable-shell --disable-bdb --disable-hdb --enable-overlays=mod
configure: WARNING: unrecognized options: --disable-shell, --disable-bdb, --disable-hdb
checking for WT... no
configure: error: Package requirements (wiredtiger) were not met:
The output literally tells you what's wrong, it couldn't find the needed pieces for the experimental wired tiger backend. You also have numerous options that no longer apply to 2.5. I suggest updating your configure accordingly:
/configure --prefix=/u01/ldap --disable-static --enable-debug --with-tls=auto --with-cyrus-sasl --enable-dynamic --enable-crypt --enable-spasswd --enable-slapd --enable-modules --enable-rlookups --enable-backends=mod --disable-ndb --disable-sql --disable-wt --enable-overlays=mod
Regards, Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com