douou6696 2013-07-30 09:54
浏览 49
已采纳

启用mcrypt,soap和pdo_mysql

I am having some issues with enabling the modules mentioned in the title on my CentOS machine.

yum install php-mcrypt / php-soap / php-mysql worked fine and mentioned that they had been installed, after restarting Apache it appears that they aren't enabled.

I cannot locate the mcrypt.so for example, and running php --ini gives:

PHP Warning:  PHP Startup: Unable to load dynamic library './mcrypt.so' - ./mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0

This is after I put extension=mcrypt.so in the php.ini.

  • 写回答

3条回答 默认 最新

  • douan8473 2013-07-30 10:03
    关注

    Resolved by changing extension_dir = "" to extension_dir = "/usr/lib64/php/modules"

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?