我使用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上则不是
我该怎么解决呢?
谢谢
你可以试试:
sudo php5enmod mcrypt
我安装laravel通过作曲家,但当运行的网站它给一个错误 我也安装了php5-mcrypt,但错误仍然存在。
我是新来的。 当我在命令行中键入以下内容时: 我得到下面的错误。 需要Mcrypt PHP扩展。 后来我尝试进行故障排除。 然后我键入以下命令。 我得到的回应是: 我再次键入以下内容: 我不能再继续了。 有人能帮我吗?
我正在尝试在Linux Ubuntu上安装Laravel。我正在运行Ubuntu 14.10。 一切正常。但是现在,在访问localhost时,我没有得到假定的页面,而是得到了一条消息:“需要Mcrypt PHP扩展”,我正在从终端复制一些信息,以帮助查明问题。 命令php-m表示我有mcrypt模块,但是如果我加载一个包含 我看不到任何mcrypt模块。我只在“模块作者”中看到mcrypt。 我
本文向大家介绍Linux下PHP安装mcrypt扩展模块笔记,包括了Linux下PHP安装mcrypt扩展模块笔记的使用技巧和注意事项,需要的朋友参考一下 系统环境:centOS6.3 APACHE:httpd-2.4.2 PHP:php-5.3.21 一.安装mcrypt 1.下载Libmcrypt,mhash,mcrypt安装包 2 .先安装Libmcrypt 3.安装mhash 4.安装mc
试图移动到一个新的服务器,我有这么多的麻烦!尝试安装请求mcrypt扩展时出错。我已将extension=mcrypt.so添加到我的php.ini文件中,但仍然出现以下错误: 有人能帮忙吗?
为可能出现的n00b问题提前道歉,我正在尝试在我的OSX Mountain Lion机器上安装用于PHP的mcrypt扩展。 下面的步骤在终端是我所做的到目前为止实现我的PHP安装 这似乎工作得很好,安装PHP 5.3.21罚款。我已经完成了 包括 在Apache重新启动时,phpinfo()不会显示已加载mcrypt扩展。 然后,我尝试在php中指定扩展_dir。伊尼,又一次没有运气。 我已经做