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
