Do not re-compile PHP to add openssl module for php method does not re-compile PHP to add openssl module for php method yum-yinstallopensslusrlocalbin is php installation directory switch to php installation directory etxopenssl directory cdusrlocalsrcphp-5.2.8extopensslusrloca does not re-compile PHP to add the openssl module for php
Do not recompile PHP to add openssl module for php
Yum-y install openssl
/Usr/local/bin/is the php installation directory.
Switch to the etx/openssl directory in the php installation directory.
Cd/usr/local/src/php-5.2.8/ext/openssl
/Usr/local/bin/phpize
Cannot find config. m4.
Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module
Check that the openssl directory contains config. w32 and config0.m4, and change config0.m4 to config. m4.
Mv config0.m4 config. m4
Run:
/Usr/local/bin/phpize
Compile:
./Configure -- with-openssl -- with-php-config =/usr/local/bin/php-config
Make; make install
After the prompt is successful, add extension = openssl. so to php. ini.
Restart apache or php-fpm.