码迷,mamicode.com
首页 > 其他好文 > 详细

error while loading shared libraries的解決方法

时间:2018-06-24 00:51:26      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:share   sts   系统   运行   not   cto   网上   解决办法   pen   

在linux下运行程序时,发现了error while loading shared libraries这种错误,一时间不知道解决办法,在网上搜索,终于解决了:

 

./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这个目录底下,去这个目录底下找,果然发现自己所需要的.so文件。

所以,在/etc/ld.so.conf中加入/usr/local/lib这一行,保存之后,再运行:/sbin/ldconfig –v更新一下配置即可。

error while loading shared libraries的解決方法

标签:share   sts   系统   运行   not   cto   网上   解决办法   pen   

原文地址:https://www.cnblogs.com/cthon/p/9219091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!