1. 在安装好mplayer,运行mplayer和mencoder时提示找不到库文件
    mplayer: error while loading shared libraries: libfaad.so.2: cannot open shared object file: No such file or directory
    mencoder: error while loading shared libraries: libfaad.so.2: cannot open shared object file: No such file or directory
    解决找不到库文件error while loading shared libraries: libfaad.so.2: cannot open shared object file: No such
  2. 修改/etc/ld.so.conf,增加/usr/local/lib
    解决找不到库文件error while loading shared libraries: libfaad.so.2: cannot open shared object file: No such
  3. 运行ldconfig命令
  4. 重新运行命令无报错了。
    解决找不到库文件error while loading shared libraries: libfaad.so.2: cannot open shared object file: No such

相关文章:

  • 2021-10-21
  • 2021-12-29
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-26
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2021-11-15
相关资源
相似解决方案