运行安装程序时经常看到如下错误:
How to do :
error while loading shared libraries:...
error while loading shared libraries: libiustl.so.1: cannot open shared object file: No such file or directoryHow to do :
if libiustl.so.1 is located in /usr/local/lib,add /usr/local/lib to /etc/ld.so.conf and run sudo ldconfig, then it will be ok.
本文介绍了解决在运行安装程序时遇到的加载共享库错误的方法。例如,如果遇到 libiustl.so.1 缺失的问题,可以通过将包含该文件的目录路径添加到 /etc/ld.so.conf 中并运行 sudoldconfig 来解决。
622

被折叠的 条评论
为什么被折叠?



