php with openssl

joh2900

Verified User
Joined
Nov 13, 2003
Messages
48
IS php by default compiled with opennsl support? If not How can I change this?
 
add --with-openssl to your configure.php in the /usr/local/directadmin/customapache directory. Then run ./build php in that directory. This also assumes you have openssl and the openssl-devel rpms installed or you compiled and installed it yourself.
 
Hello,

the openssl and openssl-devel rpms should be on the system as they're needed for apache mod_ssl.

John
 
Back
Top