`
SilverRing
  • 浏览: 71046 次
社区版块
存档分类
最新评论

[CentOS 5.4] error while loading shared libraries

阅读更多
Today I got an error like this one:

引用

error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory


After checking the system, I found lame is properly installed. The only possibility is this library can't be found. A simple link should solve the problem.

引用

ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics