Do not re-compile PHP to add openssl module for php
Source: Internet
Author: User
Do not re-compile PHP to add openssl module for php methods do not re-compile PHP to add openssl module for php method yum-yinstallopenssl/usr/local/bin/is the php installation directory switch to php installation directory etx/openssl directory cd/usr/local/src/php-5.2 does not recompile PHP to add openssl module for php method
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.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.