当前位置: 代码迷 >> 综合 >> error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or
  详细解决方案

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

热度:64   发布时间:2023-12-11 18:05:49.0

遇到这个问题,先不要慌张,检查一下:

ldd 运行程序。

这个时候就能看到:

缺少的库 not found

 

  • 修改/etc/ld.so.conf,加入当前库的目录。

ldconfig -v

  相关解决方案