26 Jun
2005
26 Jun
'05
9:39 a.m.
Jim Seymour wrote:
Jas <pingindia@yahoo.com> wrote: [snip]
/usr/ccs/bin/ld -G -z defs -h libltdl.so.3 -o .libs/libltdl.so.3.1.0 ltdl.lo -ldl -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lssl -lc ld: fatal: library -lcrypto: not found ld: fatal: library -lssl: not found [snip]
You're missing the libraries libcrypto and libssl.
But then, why does configure in the OPs log claim they are available:
checking for openssl/ssl.h... yes checking for DH_new in -lcrypto... yes checking for SSL_new in -lssl... yes
That's totally puzzling to me. I think there something else going on ... :-( Regards, Stefan