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]

Reply via email to