try setting LDFLAGS to include -R/usr/local/lib or 
use crle to add /usr/local/lib, or wherever you have the openssl libs
installed to the library search path


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 5:43 PM
To: [EMAIL PROTECTED]
Subject: [13%] - Solaris 8 and openssl-.97c problems


Hi All

Trying to get this baby built and installed, but am having some weird
problems.

Running Solaris 8 and gcc V3.2

./Configure shared solaris-sparcv8-gcc
make
make test

All tests pass (except those which are expected to fail)

Now I do a "make install", again with no errors.

Here's the weirdness:

# ldd libssl.so.0.9.7
        libcrypto.so.0.9.7 =>    (file not found)    <----------- This
should exist in my current directory (and does, once all is said and
done)
        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 =>         (file not found)    <--------------
This
exists in /usr/local/lib
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
and
# ldd 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 =>         (file not found)     <----------- This
exists in /usr/local/lib
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1

Makes no difference if I set my ENV variable LD_LIBRARY_PATH before make
or
not.

If I just ignore this weirdnes, and try to run OpenSSH (which is really
the
only reason I'm using openSSL) without LD_LIBRARY_PATH set,
I get a fatal error "can't find libgcc_s.so".  If I set LD_LIBRARY_PATH
to
be /usr/local/lib, then OpenSSH will start and function fine.  I'm just
not
sure that all is as it should be, given the "file not found" errors
output
from the "ldd" command.

Any insights out there??/

TIA
Rick





DISCLAIMER:  This confidential e-mail message is intended only for the
named recipient(s). If you are not the intended recipient, be advised
that
disclosing, copying, distributing, or any other use of this message, is
strictly prohibited. In such case, destroy this message and notify the
sender.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
 
NOTICE: This E-mail may contain confidential information. If you are not
the addressee or the intended recipient please do not read this E-mail
and please immediately delete this e-mail message and any attachments
from your workstation or network mail system. If you are the addressee
or the intended recipient and you save or print a copy of this E-mail,
please place it in an appropriate file, depending on whether
confidential information is contained in the message.


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

Reply via email to