网站地图    收藏   

主页 > 系统 > linux系统 >

configure:error: *** libmcrypt was not found的问题 - Linux操

来源:自学PHP网    时间:2015-04-14 11:51 作者: 阅读:

[导读] configure:error: *** libmcrypt was not found的问题configure: error: *** libmcrypt was not found为了的到mcrypt.so库文件,先后安装编译了mhash和libmcrypt,但是到最后编译mcrypt时报错:confi......


configure:error: *** libmcrypt was not found的问题
 
configure: error: *** libmcrypt was not found
 
为了的到mcrypt.so库文件,先后安装编译了mhash和libmcrypt,但是到最后编译mcrypt时报错:
 
configure: error: *** libmcrypt was not found  www.2cto.com  
 
最后发现是因为环境变量的问题,gcc编译的时候根据自身定义的变量寻找相关函数库等文件,
libmcrypt也是刚安装的,在变量中没有定义出来,所以手动添加:
 
[root@localhost modules]# export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
 
再次编译即可。
 
 
作者 gaoming655

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论