标签:style ar sp on bs 代码 as size tt
今天service层代码报错,mcrypt 系列函数没有定义(项目中接了ID5做身份认证)
于是开始编一个mcrypt扩展
出现如下错误:configure: error: mcrypt.h not found. Please reinstall libmcrypt.
处理之:
wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz
tar -zxvf libmcrypt-2.5.7.tar.gz
cd libmcrypt-2.5.7
./configure
make
make install
文章旨在记录地址所有,省得以后Google下载地址了
configure: error: mcrypt.h not found. Please reins
标签:style ar sp on bs 代码 as size tt
原文地址:http://my.oschina.net/u/195896/blog/349273