码迷,mamicode.com
首页 >  
搜索关键字:mcrypt libmcrypt    ( 373个结果
centos 推荐使用epel源
在dell r410上面装的是centos6,64的操作系统,用的163的源,我一直都是用163的源,比较快。但是我发现这个源里面,根本没有libmcrypt libmcrypt-devel这二个包,装php扩展mcrypt时,又要用到这二个包,所...
分类:其他好文   时间:2014-11-13 11:05:01    阅读次数:125
升级Mac osx 10.10 后安装php 的mcrypt extension
昨天折腾到凌晨四点多,今天又到这个点,终于成功了,心情比较复杂,先记录一下,改日再整理,此刻头昏脑胀,只想蒙头大睡。发的问题,还没人回复,自己找到答案了,英语比较蹩脚,凑合看。。http://stackoverflow.com/questions/26892133/how-to-install-mc...
分类:Web程序   时间:2014-11-13 06:54:25    阅读次数:173
How To Fix – Mcrypt PHP extension required in Laravel on Mac OS X (No MAMP)
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
Install mcrypt for php on Mac OSX 10.10 Yosemite for a Development Server
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
编译安装php-5.4.26、Xcache和MysqlAdmin、ab压力工具测试
一:安装PHP:将php安装包和libmcrypt-devel开发包上传到安装的机器1、安装libmcrypt-devel和bzip2解决依赖环境:[root@localhostphp-5.4.26]#yumlocalinstall/tmp/libmcrypt-*[root@localhostphp-5.4.26]#yuminstallbzip2*2、解压php-5.4.26并编译安装[root@localhost~]#tarxv..
分类:数据库   时间:2014-11-08 18:24:48    阅读次数:322
PHP安装mcrypt.so报错 mcrypt.h not found 的解决的方法
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt网上搜索了非常多,包含自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。去SourceForget下载libm...
分类:Web程序   时间:2014-11-03 20:47:12    阅读次数:297
ShopEx安装出错!服务器Mcrypt.so加密库未安装!
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 OSX Yosemite 10.10 brew 错误:mktemp: mkdtemp failed on /tmp/git-LIPo: No such file or directory
这个问题困扰了我很久很久,使得我不得不花一点时间来说一下解决方法。 事情是这样的:前两天兴高采烈的更新了一下宝贝mac到10.10。一切看起来都那么美好,但是。。当我重新安装magento的时候发现需要mcrypt!;之前有装过,但是更新了一下就没有了,好吧,重装!!但是这个时候发现,brew update不能用了!!坑屌丝么!!so重装brew!,好不容易装好了,brew instal...
分类:系统相关   时间:2014-10-22 15:54:03    阅读次数:197
<亲测好使>mac os 安装mcrypt扩展
以前安装opencart的时候倒是不需要mcrypt 这个库。但是新版本需要了。加上自己的 是mac环境。当时闲麻烦,就一直没装。这次下午就寻思给装上吧! 1.首先你要先安装xcode这个工具。不然没办法编译! xcode这个可以在苹果appstore下载。 2.安装command line too...
分类:系统相关   时间:2014-10-20 22:40:36    阅读次数:301
PHP缺少 mcrypt 扩展
下面以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
373条   上一页 1 ... 32 33 34 35 36 ... 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!