会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yunsicai
博客园
首页
新随笔
联系
订阅
管理
2015年5月8日
运行错误:error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or
摘要: 链接时可以通过-L和-l来指定自己的库,因此链接可以通过,但是运行时,系统仍无法找到指定的库,需要简单配置一下。解决方法: 可以直接在将自己的库所在路径添加到/etc/ld.so.conf文件中。但一般这个文件中的内容都是一句“include /etc/ld.so.conf.d/*.conf”,因此...
阅读全文
posted @ 2015-05-08 18:24 yunsicai
阅读(204)
评论(0)
推荐(0)
编辑
公告