PDA

View Full Version : php with openssl



joh2900
01-15-2004, 08:06 AM
IS php by default compiled with opennsl support? If not How can I change this?

toml
01-15-2004, 11:29 AM
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.

DirectAdmin Support
01-15-2004, 11:49 AM
Hello,

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

John