[Date Prev][Date Next] [Chronological] [Thread] [Top]

Runtime Error: unable to dlopen /usr/lib/sasl/libdigestmd5.so



Dear All,

After I compile OpenLDAP for source at Redhat 7.1/i686 environment, I got
the following error at startup.

Apr 29 17:20:28 apps slapd[11190]: unable to dlopen
/usr/lib/sasl/libdigestmd5.s
o: libcrypto.so.1: cannot load shared object file: No such file or directory

I checked the /usr/lib/sasl/ directory and found libdigestmd5.so already
exist:
lrwxrwxrwx    1 root     root           22 Apr 21 20:40 libdigestmd5.so ->
libdigestmd5.so.0.0.17
lrwxrwxrwx    1 root     root           22 Apr 21 20:40 libdigestmd5.so.0 ->
libdigestmd5.so.0.0.17
-rwxr-xr-x    1 root     root        85299 Mar  3 11:36
libdigestmd5.so.0.0.17

However I cannot found libcrypto.so.1, the similar file was located at
/usr/local/ssl/lib:

-rw-r--r--    1 root     root      1413144 Apr 25 12:22 libcrypto.a
lrwxrwxrwx    1 root     root           14 Apr 25 12:23 libcrypto.so ->
libcrypto.so.0
lrwxrwxrwx    1 root     root           18 Apr 25 12:23 libcrypto.so.0 ->
libcrypto.so.0.9.6
-rw-r--r--    1 root     root       927862 Apr 25 12:22 libcrypto.so.0.9.6

Compile Details:

openldap-2.0.7
openssl-0.9.6a

env CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ssl/lib" \
./configure --with-tls -with-cyrus-sasl --with-ldbm-api=gdbm \
--enable-shell -enable-wrappers --enable-crypt --enable-cleartext

Any hints?

---
Regards,
Chris Lee