I am trying to compile PHP with OpenSSL. That works with the default OpenSSL library 0.9.6 by simply configuring with --with-openssl=/usr.
--with-openssl=/usr
However, I have i
I had the same problem, but before compiling (./configure -disable-shared -with-ssl=/usr/local/ssl) I removed (yum openssl-devel) and it worked
./configure -disable-shared -with-ssl=/usr/local/ssl
yum openssl-devel