码迷,mamicode.com
首页 > 其他好文 > 详细

configure: error: mcrypt.h not found. Please reins

时间:2014-11-27 10:55:51      阅读:155      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!