Im trying to recompile PHP, but ./configure fails at :
configure: error: Cannot find OpenSSL's <evp.h>
I have LibSSL 1.0.0, LibSSL 0.9.8, LibSSL-Dev, OpenSSL installed.
--with-openssl=/usr/include/openssl
when I try with
--with-openssl
tells me:
configure: error: Cannot find OpenSSL's libraries
Where the ** are the problem ?
P.S. Php is 5.2.5, OS is Ubuntu