Re: ./Configure failed on openldap

2021-09-22 Thread Quanah Gibson-Mount




--On Wednesday, September 22, 2021 9:27 PM + Challa  N Kumar Reddy 
 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:



./Configure failed on openldap

2021-09-22 Thread Challa N Kumar Reddy
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
Configuring OpenLDAP 2.5.7-Release ...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking configure arguments... done
checking for cc... cc
checking for ar... ar
checking for strip... strip
checking whether make sets $(MAKE)... yes
checking how to print strings... printf
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C preprocessor... cc -E
checking whether we are using MS Visual C++... no
checking for windres... no
checking for be_app in -lbe... no
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking for cc depend flag... -M
checking for afopen in -ls... no
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlinit in -lltdl... yes
checking for EBCDIC... no
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether