我安装了 mcrypt,但它说:“需要 mcrypt 扩展”[重复]
Posted
技术标签:
【中文标题】我安装了 mcrypt,但它说:“需要 mcrypt 扩展”[重复]【英文标题】:i install mcrypt but it says : "mcrypt extension is required" [duplicate] 【发布时间】:2014-06-03 00:42:48 【问题描述】:我使用 Centos6 。我想安装 mcrypt 。我试试
yum install php-mcrypt
及其安装。当我再试一次时,它说:
yum install php-mcrypt
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: ftp.dgn.net.tr
* epel: mirror.vit.com.tr
* extras: ftp.dgn.net.tr
* remi: remi.schlundtech.de
* remi-php55: remi.schlundtech.de
* remi-php56: remi.schlundtech.de
* remi-test: remi.schlundtech.de
* updates: ftp.dgn.net.tr
Setting up Install Process
Package php-mcrypt-5.6.0-0.6.beta1.el6.remi.x86_64 already installed and latest version
Nothing to do
但在我的网页上:
mcrypt extension is required
而在 phpinfo 上却不是
我该如何解决?
谢谢
【问题讨论】:
【参考方案1】:你可以试试:
sudo php5enmod mcrypt
【讨论】:
你确定你可以在 CentOS 6 上运行 php5enmod 吗? 你不能在 CentOS 6 上运行 php5enmod。以上是关于我安装了 mcrypt,但它说:“需要 mcrypt 扩展”[重复]的主要内容,如果未能解决你的问题,请参考以下文章
OSX 10.10 Yosemite 本地开发环境崩溃 - PHP mcrypt 问题