While  compiling openssl-0.9.6c with (./config --prefix=/usr -D_REENTRANT
threads shared) on Solaris 2.6 Platform sun4u sparc SUNW,Ultra-5_10. I
noticed a platform specific library.
          ldd /lib/libcrypto.so.0.9.6
        libsocket.so.1 =>        /lib/libsocket.so.1
        libnsl.so.1 =>   /lib/libnsl.so.1
        libdl.so.1 =>    /lib/libdl.so.1
        libc.so.1 =>     /lib/libc.so.1
        libgcc_s.so.1 =>         /lib/libgcc_s.so.1
        libmp.so.2 =>    /lib/libmp.so.2
        /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1.

Now compiling openssl-0.9.6c with (./config --prefix=/usr -D_REENTRANT
threads shared) on Solaris 2.6 Platform sun4m  sparc SUNW,SPARCstation-10.
I noticed we don't have this platform specific library.
          ldd  /lib/libcrypto.so.0.9.6
        libsocket.so.1 =>        /lib/libsocket.so.1
        libnsl.so.1 =>   /lib/libnsl.so.1
        libdl.so.1 =>    /lib/libdl.so.1
        libc.so.1 =>     /lib/libc.so.1
        libgcc_s.so.1 =>         /lib/libgcc_s.so.1
        libmp.so.2 =>    /lib/libmp.so.2

This problem occurs when creating a Solaris package on Solaris 2.6 Platform
sun4u sparc SUNW,Ultra-5_10, which contains openssl and openssh.  It depends
on this platform specific library.   In turn it can only be installed on
that type of host.   Is there any way around this issue.


Thanks
Glen



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

Reply via email to