Lara Adianto wrote:

What's the correct libraries for openssl ? Is this okay: [EMAIL PROTECTED] local]# ldd /usr/bin/openssl libdl.so.2 => /lib/libdl.so.2 (0x4001b000) libc.so.6 => /lib/i686/libc.so.6 (0x4001f000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

no libcrypto and libssl ?

The ldd ouput on an linux box here with an old linux version looks alike. I tried to build openssl on this machine with shared libraries, but this wasn't successful. On a box with a newer linux version ldd shows libcrypto and libssl and there are shared libs libssl.so.0 and libcrypto.so.0.
So your ldd output seems to be ok for openssl build with static libs.
Ciao,
Richard
--
Dr. Richard W. Könning
Fujitsu Siemens Computers GmbH
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]

Reply via email to