PHP installation mcrypt.so error mcrypt.h not found workaround

Source: Internet
Author: User
Tags mcrypt

Error content: Configure:error:mcrypt.h not found. Please reinstall Libmcrypt

Online search for a lot, including the own yum install Libmcrypt Libmcrypt-devel, this is not effective.

Go to sourceforget download lhttp://mcrypt.hellug.gr/lib/, the latest version is MCrypt 2.6.7.gz. Download down install still error Libmcrypt not found!

    1. #解压
    2. TAR-ZXVF libmcrypt-2.5.7.tar.gz
    3. #进入目录
    4. CD libmcrypt-2.5.7
    5. #编译 (default installation to/usr/local/lib/)
    6. ./configure --prefix=/usr/local/libmcrypt
    7. #执行安装
    8. Make && make install

And go back to the mcrypt inside of the PHP-5.5.13 ext directory.

[Email protected] php-5.6.7]# Find/-name phpize

/usr/local/php-5.6.7/bin/phpize

    1. Execute command:/usr/local/php-5.6.7/bin/phpize
    2. ./configure --with-php-config=/usr/local/php5/bin/php-config \
    3. --with-libmcrypt=/usr/lib/libmcrypt
    4. Make
    5. Make Test
    6. Make install
    7. Vim/etc/php.ini--Modify the PHP configuration file
    8. #加入extension=mcrypt.so

"from:http://blog.csdn.net/default7/article/details/32312061"

PHP installation mcrypt.so error mcrypt.h not found workaround

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.