linux下报错:error while loading shared libraries

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下报错:error while loading shared libraries相关的知识,希望对你有一定的参考价值。

linux执行bin程序报:

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

  解决方法:

         yum -y install libncurses.so.5

安装这个库之后有可能报:

error while loading shared libraries:libstdc++so.6: cannot open shared object file: No such file or directory

   解决方法:

         yum -y install libstdc++so.6


本文出自 “开源精神 源于分享” 博客,请务必保留此出处http://lidaxia.blog.51cto.com/11588738/1920745

以上是关于linux下报错:error while loading shared libraries的主要内容,如果未能解决你的问题,请参考以下文章

linux(Centos7)使用telnet命令报错:telnet: error while loading shared libraries: libtinfo.so.6

64位系统下报错:cannot load OCI DLL,126

Nginx 启动报错 (nginx: error while loading shared libraries: XXX: cannot open shared object file: No suc

centos6.9安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared objec

error while loading shared libraries: libz.so.1错误

QSqlDatabase: QMYSQL driver not loaded 解决方法(debug下正常,release下报错)