LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the envir
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
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Directory Entry 사용Directory Entry 예.넷이 우리에게 준 큰 선물, 그의 이름을 우리는 그의 기능인 목록 입구를 안다.ADSI를 사용한 사람들은 모두 IIS, WinNT 등을 조작할 때 우리는 그들의 Path를 제공해야 한...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.