phpmyadmin mcrypt扩展名丢失 [英] phpmyadmin mcrypt extension is missing

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

问题描述

我使用的是CentOS 6和最新的phpMyAdmin(4.0.1.4),我注意到错误mcrypt扩展名缺失,请检查您的PHP配置。



我继续并执行:

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

然后运行:

  yum install php-mycrypt 


$ b b

然后重新启动httpd服务,仍然没有运气。



任何想法如何让它消失?

解决方案

根据此帖,您应该编辑 /etc/php.d/mcrypt.ini 并更改

 ;启用mcrypt扩展模块
extension = module.so

 ;启用mcrypt扩展模块
extension = mcrypt.so


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天全站免登陆