Do not recompile php add OpenSSL module to PHP method

Source: Internet
Author: User
Tags install openssl
Do not recompile php add OpenSSL module to PHP method
Do not recompile PHP to add the OpenSSL module to PHP method. Website Construction www.ucantech.com

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/usr/local/src/php-5.2.8/ext/openssl


/usr/local/bin/phpize


Cannot find CONFIG.M4.
Make sure this you run '/usr/local/bin/phpize ' in the top level source directory of the module

View the OpenSSL directory with a config.w32 and config0.m4, renaming config0.m4 to CONFIG.M4.
MV Config0.m4 CONFIG.M4

Perform:


/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 in the php.ini
Restart Apache or PHP-FPM to complete. (fblww-0104)
  • 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.