Stefan.Neis@t-online.de wrote:
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 ... :-(
Hmmm... Good catch--I'd missed that. How does configure determine their existence, or lack thereof? (I don't have FreeRADIUS installed here at home, or I'd look.) Jim