缺少 phpmyadmin mcrypt 扩展 [英] phpmyadmin mcrypt extension is missing

查看:27
本文介绍了缺少 phpmyadmin mcrypt 扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I'm using CentOS 6 and the latest phpMyAdmin (4.0.1.4) and I noticed the error "The mcrypt extension is missing. Please check your PHP configuration."

I went ahead and ran:

 rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

then ran:

yum install php-mycrypt

Then restarted httpd services and still no luck.

Any idea how I can get it to go away?

解决方案

According to this post, you should edit /etc/php.d/mcrypt.ini and change

; Enable mcrypt extension module
extension=module.so

to

; Enable mcrypt extension module
extension=mcrypt.so

and then restart.

这篇关于缺少 phpmyadmin mcrypt 扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆