> # ./openssl > ld.so.1: ./openssl: fatal: libssl.so.0.9.7: open failed: No such > file or directory > Killed > > Now the file libssl.so.0.9.7 is there. It's located in the > /usr/local/ssl/lib directory. Can anyone lead me in the right > direction.
Set LD_LIBRARY_PATH to include that directory. (See example at http://www.experts-exchange.com/Operating_Systems/Solaris/Q_20645659.html.) Further openssl questions should go to [EMAIL PROTECTED] -Nathan ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
