首页 > 其他 > 详细

LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the envir

时间:2015-05-02 11:13:16      阅读:2981      评论:0      收藏:0      [点我收藏+]

执行# ./glibc-2.14/configure 出现以下错误:

checking LD_LIBRARY_PATH variable... contains current directory
configure: error: 
*** LD_LIBRARY_PATH shouldn‘t contain the current directory when
*** building glibc. Please change the environment variable
*** and run configure again.

问题分析:
LD_LIBRARY_PATH不能包含当前目录,请修改环境变量并重新执行configure

解决方法:

[root@localhost opt]# echo $LD_LIBRARY_PATH
:/usr/local/lib
[root@localhost opt]# export LD_LIBRARY_PATH=
[root@localhost opt]# echo $LD_LIBRARY_PATH

[root@localhost opt]# ./glibc-2.14/configure 

LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the envir

原文:http://blog.csdn.net/testcs_dn/article/details/45438023

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!