Thank's a lot...I'm gona try this...
I already got the output of "ldd"
 
best regards
 
 
 
[EMAIL PROTECTED] # ldd /usr/local/ssl/bin/openssl
        libssl.so.0.9.7 =>       /usr/local/ssl/lib/libssl.so.0.9.7
        libcrypto.so.0.9.7 =>    /usr/local/ssl/lib/libcrypto.so.0.9.7
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Ultra-Enterprise-10000/lib/libc_psr.so.1
[EMAIL PROTECTED] #
 


Brian Candler <[EMAIL PROTECTED]> wrote:
On Mon, Feb 27, 2006 at 07:24:56AM -0800, John Doe wrote:
> ld.so.1: /usr/local/ssl/bin/openssl: fatal: libssl.so.0.9.7: open
> failed: No such file or directory
>
>
>
> I don't understand 'cause openssl is correctly installed and my $PATH
> and
>
> $LD-LIBRARY_PATH seem to be correct.

LD_LIBRARY_PATH is a bit of a frig, which is best avoided. Read 'man crle'
to see the way to add /usr/local/ssl/lib to your permanent library search
path under Solaris.

I'm not sure if Solaris has ldd, but this can be useful for troubleshooting
too: try

ldd /usr/local/ssl/bin/openssl

It might show you that libssl in turn depends on some other library which it
can't find.

Regards,

Brian.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]




Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

Reply via email to