Ubuntu library path를 총괄하는 부분은 하나의 파일에서 시작한다.
/etc/ld.so.conf
위 파일에서 부터 시작한다. 속의 내용은 아래와 같다.
include /etc/ld.so.conf.d/*.conf
/etc/ld.so.conf.d 여기에 있는 library file들을 참조하는데, library가 정의된 파일이 항상 존재한다.
이름은 ld.so.conf로 되어 각 폴더별로 ld.so.conf를 연결시킨다.
위 방법대로 설정을 하지 않는다면,
export LD_LIBRARY_PATH=[ lib path ]
참고 ; https://www.google.co.kr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#safe=off&q=ld.so.conf
'소프트웨어' 카테고리의 다른 글
[Visual Studio Code] 파일 클릭시 이전에 열린 파일이 사라지는 것 없애기 (1) | 2018.11.05 |
---|---|
GoF 디자인 패턴 - 책 (0) | 2018.01.22 |
[Synergy] 초기에 설정하는 방법!! qt_temp나 config못찾는 문제 해결방법 (0) | 2016.07.19 |
[git lab] install git lab (0) | 2016.07.06 |
[Visual Studio Code] install and setup (0) | 2016.06.17 |