Looking at the output from the findssl.sh it appears that the openssl
install is not installing the 64 bit files.
Can anyone point me to how to get the 64 bit files installed?

Searching for OpenSSL shared library files.
0x0090805fL /usr/lib/libcrypto.so
0x0090805fL /usr/lib/libcrypto.so.0.9.8
0x0090701fL /usr/lib64/libcrypto.so
0x0090701fL /lib64/libcrypto.so.4
0x0090701fL /lib64/libcrypto.so.0.9.7a

Searching for OpenSSL static library files.
0x0090805fl /usr/lib/libcrypto.a
0x0090701fL /usr/lib64/libcrypto.a

  I ran: ./config --prefix=/usr --openssldir=/usr/local/openssl
           make
           make test
           make install

     Thanks
    David Flatley

----- Forwarded by David Flatley/Burlington/IBM on 10/16/2007 12:55 PM
-----
                                                                       
             David                                                     
             Flatley/Burlingto                                         
             n/[EMAIL PROTECTED]                                                
To
             Sent by:                  openssl-users@openssl.org       
             owner-openssl-use                                          cc
             [EMAIL PROTECTED]                                            
                                                                   Subject
                                       64 bit openssl install          
             10/16/2007 10:12                                          
             AM                                                        
                                                                       
                                                                       
             Please respond to                                         
             [EMAIL PROTECTED]                                         
                 nssl.org                                              
                                                                       
                                                                       





I am trying to install Openssl 0.9.8e on a 64 bit Red Hat Enterprise 4 ES
update 4, duel Opteron system. It is pretty much a generic install and I
have updated Zlib to 1.2.3.  I ran the:
./config
make
make test
make install
   But when I do an "ssh -V" it still shows the old version and findssl.sh
gives the following:
Searching for OpenSSL header files.
0x0090805fL /usr/include/openssl/opensslv.h

Searching for OpenSSL shared library files.
0x0090805fL /usr/lib/libcrypto.so
0x0090805fL /usr/lib/libcrypto.so.0.9.8
0x0090701fL /usr/lib64/libcrypto.so
0x0090701fL /lib64/libcrypto.so.4
0x0090701fL /lib64/libcrypto.so.0.9.7a

Searching for OpenSSL static library files.
0x0090805fl /usr/lib/libcrypto.a
0x0090701fL /usr/lib64/libcrypto.a

The libssl.so file is not being copied to /lib ir is the libcrypto.so file.
I have tried:
./config --prefix=/usr/bin --openssldir=/usr/local/openssl
make
make test
make install

  I have tried installing the 0.9.8d with no luck either. I have checked
the internet and previous openssl mailing notes and not found something on
this so any help is appreciated.
end
-

  David Flatley

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

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

Reply via email to