Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcr...
分类:
Web程序 时间:
2014-11-12 07:08:40
阅读次数:
307
mcryptis a file encryption method using secure techniques to exchange data. It is required for some web apps for exampleMagento, the shopping cart sof...
分类:
Web程序 时间:
2014-11-12 02:05:33
阅读次数:
268
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt网上搜索了非常多,包含自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。去SourceForget下载libm...
分类:
Web程序 时间:
2014-11-03 20:47:12
阅读次数:
297
PHP加密扩展库Mcrypt安装在标准的PHP安装过程中并没有把Mrcypt安装上,但PHP的主目录下包含了libmcrypt.dll和libmhash.dll文件
(libmhash.dll是Mhash扩展库),这里可以一起装上。首先,将这两个文件复制到系统目录windows\system32下,然后在
PHP.ini文件中按Ctrl+F快捷键跳出..
分类:
其他好文 时间:
2014-10-28 15:51:11
阅读次数:
164
这个问题困扰了我很久很久,使得我不得不花一点时间来说一下解决方法。
事情是这样的:前两天兴高采烈的更新了一下宝贝mac到10.10。一切看起来都那么美好,但是。。当我重新安装magento的时候发现需要mcrypt!;之前有装过,但是更新了一下就没有了,好吧,重装!!但是这个时候发现,brew update不能用了!!坑屌丝么!!so重装brew!,好不容易装好了,brew instal...
分类:
系统相关 时间:
2014-10-22 15:54:03
阅读次数:
197
以前安装opencart的时候倒是不需要mcrypt 这个库。但是新版本需要了。加上自己的 是mac环境。当时闲麻烦,就一直没装。这次下午就寻思给装上吧! 1.首先你要先安装xcode这个工具。不然没办法编译! xcode这个可以在苹果appstore下载。 2.安装command line too...
分类:
系统相关 时间:
2014-10-20 22:40:36
阅读次数:
301
下面以CentOS 6.0系统为例来为说明: 1、安装第三方yum源(默认yum源里面没有这几个库文件,不能使用yum安装) wget http://www.atomicorp.com/installers/atomic sh ./atomic 2、使用yum命令安装 y...
分类:
Web程序 时间:
2014-10-05 02:09:47
阅读次数:
191
配置php-5.4.13以FPM(FastCGI)的形式和apache交互一、apache、MySQL的安装与前一部分相同;请根据其进行安装;二、编译安装php-5.4.131、解决依赖关系:#yum-ygroupinstall"XSoftwareDevelopment"如果想让编译的php支持mcrypt扩展,如下两个rpm包需安装之:libmcrypt-2.5.7-5..
分类:
Web程序 时间:
2014-09-29 02:38:47
阅读次数:
360
首先安装 mcryptsudo apt-get install mycrypt php5-mcrypt然后sudo php5enmod mcrypt就可以打开模块,然后输入以下命令均可见到mcrypt了:php -i | grep mcryptsudo php -m。。。。。。。。。。。。。。。。。...
分类:
Web程序 时间:
2014-09-27 14:49:29
阅读次数:
224
下载并解压libmcrypt-2.5.8.tar.gz。在终端执行如下命令:tar zxvf libmcrypt-2.5.8.tar.gzcd libmcrypt-2.5.8/./configure --disable-posix-threads --enable-staticmakesudo ma...
分类:
Web程序 时间:
2014-09-25 16:08:49
阅读次数:
170