Full_Name: Vishal Bafna Version: 2.4.42 OS: Linux URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (134.204.193.36)
I am trying to build openLDAP using openssl1.1.1c. It is failing to locate the SSL/TLS package. I have given the openssl lib and include paths in LDFLAGS and CPPFLAGS respectively in the Makefile of LDAP. The Make file also has --with-tls=openssl \ mentioned as config option
snapshot of config option in the ldap Makefile CONFIG_OPTS= --host=$(TARGET) --prefix=${LINUX_ROOT} --exec_prefix=${LINUX_ROOT} --disable-static --enable-shared --with-yielding_select=no --disable-slapd --enable-syslog --disable-bdb --disable-hdb --enable-debug --with-tls=openssl --target=$(TARGET) LDFLAGS="-L${LINUX_ROOT}/lib -L$(LINUX_ROOT)/ssl/lib" CPPFLAGS="-I${LINUX_ROOT}/include -I$(LINUX_ROOT)/ssl/include" \
checking for SSL_library_init in -lssl... no checking for ssl3_accept in -lssl... no configure: error: Could not locate TLS/SSL package Makefile:27: recipe for target 'configure_arm-none-linux-gnueabi-2.4.42' failed
Could someone please help with the issue