Do not recompile PHP to add openssl module for php

Source: Internet
Author: User
Tags install openssl
If you do not need to re-compile PHP to add the openssl module for php, you can refer to it.

If you do not need to re-compile PHP to add the openssl module for php, you can refer to it.

The Code is as follows:
Yum-y install openssl


/Usr/local/bin/is the php installation directory.
Switch to the etx/openssl directory in the php installation directory.
Cd/root/soft/php-5.2.8/ext/openssl
The Code is as follows:
/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:
The Code is as follows:
/Usr/local/bin/phpize

Compile:
The Code is as follows:
./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.

PS: Why is config0.m4 in the directory instead of config. m4.
The Directory of pcre, zlib, and other modules is also config0.m4.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.