View Single Post
  #12 (permalink)  
Old 03-08-2006, 05:54 AM
nnuxx nnuxx is offline
New Member
 
Posts: 3
Default

Quote:
Originally Posted by IVD01
Hi Bill,

Yes the DNS is correct on my Centos install, I have also tried installing a newer version of openssl, and i still had no luck. Is there anything else that I can try. BTW, I appreciate your help on this.

Scott

did you tryed what i mentioned?
the erros you were geeting is because openssl libs cant be found, if you
login as root, or became root and link that libs to the updated one installed on your system, it will find it
Code:
#cd /usr/lib
#ln -s libcrypto.so.0.9.7 libcrypto.so.5
#ln -s libssl.so.0.9.7 libssl.so.5
what errors are you getting now?
keep posting your setup log... help beeing helped
__________________
________________________________________
v3.0.0 ga 156 suse10 20060206 105821 foss ed
________________________________________

Last edited by nnuxx; 03-08-2006 at 06:13 AM..
Reply With Quote