您当前的位置: 首页 >  ar

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

发布时间:2015-05-02 10:18:20 ,浏览量: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 
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    106599博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0623s