解决Ubuntu下配置phpMyAdmin提示无法载入mcrypt扩展,请检查PHP配置

  其它Linux版本供参考

  在Ubuntu下执行

  sudo apt-get install libmcrypt4 php5-mcrypt

  然后重启apache2服务

  sudo /etc/init.d/apache2 restart

  这样就搞定了。

相关文章: