[우분투리눅스]동적 라이브러리 질문..ㅠㅠ 제발 부탁드립니다.

harue6805의 이미지

동적라이브러리 예제인데..

#vi /etc/ld.so.conf 명령어 디렉토리 다음

ldconfig 하고

ls -al ld.so.cache에서 no access ---- :no such file

or directory 라고 계속 나오네요..

제가 완전 초짜라. 조금만 더 신경써주셔서 답변 부탁드립니다ㅜㅜ

(혹시.. 답변 도움이 될까해서 제가 명령어 넣어본거 캡쳐 같이올려봤습니다.)

File attachments: 
첨부파일 크기
Image icon 없음.png386.82 KB
Image icon 없음1.png419.34 KB
Image icon 없음2.png386.82 KB
hys545의 이미지

그냥
ls -al ld.so.conf
하면 현재 디렉토리에서 찾습니다
그런데 현재 디렉토리는 /home/hauxxxx같은데
당연히 ld.so.conf가 없습니다
한번

ls /etc/ld.so.cache

해보세여

즐린