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条)

报告相同问题?

悬赏问题

  • ¥15 Pwm双极模式H桥驱动控制电机
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题