I compile php7 by myself.
- Download php7 source.
- yum install libxml2-devel openssl-devel.i686
- configure
./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2/bin/apxs --enable-sockets --with-openssl<br>
Then I got an error:
configure: error: libcrypto not found
I have google this error, but get nothing. Nobody meet with this issue? There must be a little mistake.