Hello to all. I`ve been struggling with the following error:
make test cd tests; make test make[1]: Entrando no diret=F3rio `/root/openldap-2.3.39/tests' make[2]: Entrando no diret=F3rio `/root/openldap-2.3.39/tests' Initiating LDAP tests for BDB... Cleaning up test run directory leftover from previous run. Running ./scripts/all...
Executing all LDAP tests for bdb Starting test000-rootdse ...
running defines.sh Starting slapd on TCP/IP port 9011... Using ldapsearch to retrieve the root DSE... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... ./scripts/test000-rootdse: line 66: kill: (2801) - Processo inexistente /root/openldap-2.3.39/clients/tools/.libs/lt-ldapsearch: error while loadin= g shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Test failed ./scripts/test000-rootdse failed (exit 127)
make[2]: ** [bdb-yes] Erro 127 make[2]: Saindo do diret=F3rio `/root/openldap-2.3.39/tests' make[1]: ** [test] Erro 2 make[1]: Saindo do diret=F3rio `/root/openldap-2.3.39/tests' make: ** [test] Erro 2
Even though in my configure result I have:
configure:19451: checking openssl/ssl.h usability configure:19463: cc -c -g -O2 -I/usr/local/BerkeleyDB.4.5/include conftest.= c
&5
configure:19469: $? =3D 0 configure:19473: test -z || test ! -s conftest.err configure:19476: $? =3D 0 configure:19479: test -s conftest.o configure:19482: $? =3D 0 configure:19492: result: yes configure:19496: checking openssl/ssl.h presence configure:19506: cc -E -I/usr/local/BerkeleyDB.4.5/include conftest.c configure:19512: $? =3D 0 configure:19532: result: yes configure:19567: checking for openssl/ssl.h configure:19574: result: yes configure:19589: checking for SSL_library_init in -lssl configure:19619: cc -o conftest -g -O2 -I/usr/local/BerkeleyDB.4.5/include -L/usr/local/lib -L/usr/local/ssl/lib -L/root/krb5-1.6.3/src/lib -L/root/tcp_wrappers_7.6 conftest.c -lssl -lcrypto -lresolv -ldl >&5 configure:19625: $? =3D 0 configure:19629: test -z || test ! -s conftest.err configure:19632: $? =3D 0 configure:19635: test -s conftest configure:19638: $? =3D 0 configure:19651: result: yes configure:19757: checking OpenSSL library version (CRL checking capability) configure:19791: result: yes
and:
find / -name libssl.so.0.9.8 /root/openssl-0.9.8g/libssl.so.0.9.8 /usr/local/ssl/lib/libssl.so.0.9.8
If this isn`t the place for this post I apologize. Thanks for any help.