Do not recompile php add OpenSSL module to PHP method _php tips

Source: Internet
Author: User
Tags install openssl openssl
Copy Code code as follows:

Yum-y Install OpenSSL


/usr/local/bin/is the installation directory for PHP
Switch to the Etx/openssl directory of the PHP installation directory
Cd/root/soft/php-5.2.8/ext/openssl
Copy Code code as follows:

/usr/local/bin/phpize

Cannot find CONFIG.M4.
Make sure so you run '/usr/local/bin/phpize ' in ' the '

Check the OpenSSL directory for a config.w32 and config0.m4, and rename Config0.m4 to CONFIG.M4.
MV Config0.m4 CONFIG.M4

Perform:
Copy Code code as follows:

/usr/local/bin/phpize

Compile:
Copy Code code as follows:

./configure--with-openssl--with-php-config=/usr/local/bin/php-config
Make;make Install

After success, add extension = openssl.so in php.ini
Restart Apache or PHP-FPM, complete.

PS: Why the directory is CONFIG0.M4, rather than CONFIG.M4, do not understand.
Pcre, zlib and other modules of the directory 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.