View Single Post
  #9 (permalink)  
Old 01-03-2007, 08:33 AM
iratik iratik is offline
Intermediate Member
 
Posts: 16
Exclamation preemptive responses

I checked around and saw several similar threads and took the initiative to answer questions I am quite sure I will be asked.
  1. OpenSSL is installed
  2. hosts shows LOCALLANIP fqhn hn
  3. have tried WANIP fqhn hn
  4. did ensure libssl.so.5 and libcrypto.so.5 were available in usr/lib - linked to libssl.so.0.9.8 and libcrypto.so.0.9.8
Code:
c0@com:/usr/lib$ ls -l | grep crypto
-rw-r--r--  1 root root 1314744 2006-09-29 13:54 libcrypto.so.0.9.8
lrwxrwxrwx  1 root root      18 2007-01-03 15:29 libcrypto.so.5 -> libcrypto.so.0.9.8
lrwxrwxrwx  1 root root      18 2007-01-02 15:56 libk5crypto.so.3 -> libk5crypto.so.3.0
-rw-r--r--  1 root root  147732 2006-09-20 09:20 libk5crypto.so.3.0
c0@com:/usr/lib$ ls -l | grep ssl
lrwxrwxrwx  1 root root      27 2007-01-02 15:52 libgnutls-openssl.so.13 -> libgnutls-openssl.so.13.0.5
-rw-r--r--  1 root root   39960 2006-09-18 08:46 libgnutls-openssl.so.13.0.5
lrwxrwxrwx  1 root root      15 2007-01-02 22:58 libssl.so.0.9.7 -> libssl.so.0.9.8
-rw-r--r--  1 root root  255648 2006-09-29 13:54 libssl.so.0.9.8
lrwxrwxrwx  1 root root      15 2007-01-03 15:29 libssl.so.5 -> libssl.so.0.9.8
drwxr-xr-x  4 root root    4096 2007-01-02 22:08 ssl
Reply With Quote