> "-lssl -lcrypto -L_OpenSSL_Lib_Directory -lssl -lcrypto" > which fails with "library -lssl: not found". I'm lost...
I think problem is with "-L_OpenSSL_Lib_Directory". It doesn't matter if -l is before -L. Where are your openssl libraries ? (when openssl is compiled it is /usr/local/ssl/lib". So try -L/usr/local/ssl/lib. If openssl is a package try "crle". It is command for Solaris to displaying default library path. Configuration file is /var/ld/ld.config. I have Solaris9 but i hope it is same od Solaris7. -- Bc. Jan 'EIS' Satko Slovak University of Agriculture network & system manager Tr. A. Hlinku 2 Tel: +421 37 7412 616 949 76 Nitra Slovakia - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

