原创 error while loading shared libraries的解決方法

2008-11-2 18:13 4255 3 3 分类: MCU/ 嵌入式
./tests: error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or directory





那就表示系統不知道xxx.so 放在哪個目錄下。



這個時候就要在/etc/ld.so.conf中加入xxx.so所在的目錄。



 一般而言,有很多so檔會在/usr/local/lib這個目錄下,所以在/etc/ld.so.conf中加入/usr/local/lib這一行,可以解決此問題。





將 /etc/ld.so.conf存檔後,還要執行「/sbin/ldconfig –v」來更新一下才會生效。
PARTNER CONTENT

文章评论0条评论)

登录后参与讨论
EE直播间
更多
我要评论
0
3
关闭 站长推荐上一条 /3 下一条