Hi,
My server have PHP3.0 installed and everythings was working fine. Then I installed PHP4 on same machine, now, I can not run .php3 file by command (cgi).
It said that I do not have libssl.so.0 file.
"php: error in loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory"
Does anybody know how to fix this problem?
I do research on webpage, and i found this line,
"ln -s libssl.so.0.9.6 libssl.so.0"
but, the problem is that I can not find libssl.so.0.9.6.
Is this PHP installation problem or apache's problem?