当前位置:   article > 正文

报错error while loading shared libraries: libasound.so.2: cannot open shared object file

error while loading shared libraries: libasound.so.2

该类报错是libasound.so.2类库文件加载失败。这种情况要么对应lib没有安装,要么安装位置没到正确位置

如果没有安装,我们需要知道要安装包的名字。可以到这个网站查,http://rpmfind.net/linux/rpm2html/search.php?query=libasound.so.2

报错:
error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

安装
yum install alsa-lib-devel
  • 1
  • 2
  • 3
  • 4
  • 5
报错:
error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

安装
yum install gtk2

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/326066
推荐阅读
相关标签
  

闽ICP备14008679号