linux中装载动态库出错的解决办法

简介: 运行安装程序时经常看到如下错误: error while loading shared libraries:...error while loading shared libraries: libiustl.
运行安装程序时经常看到如下错误:

error while loading shared libraries:...

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


How 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.

 
目录
相关文章
|
6月前
|
Linux
Linux rsyslog占用内存CPU过高解决办法
该文档描述了`rsyslog`占用内存过高的问题及其解决方案。
282 4
|
3月前
|
安全 Linux vr&ar
Linux的动态库和静态库
Linux的动态库和静态库
|
4月前
|
Linux 编译器 vr&ar
【Linux】静态库和动态库
本文详细介绍了Linux系统中静态库和动态库的概念、区别、制作与使用方法,包括它们在链接时的区别、加载机制以及优缺点。
52 0
|
6月前
|
Linux vr&ar C语言
|
6月前
|
存储 Linux 编译器
【Linux】详解动态库链接和加载&&对可执行程序底层的理解
【Linux】详解动态库链接和加载&&对可执行程序底层的理解
170 1
|
5月前
|
Linux C++
Linux C/C++动态库制作
Linux C/C++动态库制作
|
6月前
|
存储 Linux 编译器
Linux静态库与动态库的使用
Linux静态库与动态库的使用
|
6月前
|
Linux 编译器 vr&ar
【库函数】Linux下动态库.so和静态库.a的生成和使用
【库函数】Linux下动态库.so和静态库.a的生成和使用
85 1
|
6月前
|
Linux 程序员 Shell
【Linux】详解core dump文件的作用以及用法&&ubuntu20.04下无法形成core dump文件的解决办法
【Linux】详解core dump文件的作用以及用法&&ubuntu20.04下无法形成core dump文件的解决办法
242 0
|
6月前
|
存储 Linux 编译器
【探索Linux】P.13(文件系统 | 软硬链接 | 动态库和静态库)
【探索Linux】P.13(文件系统 | 软硬链接 | 动态库和静态库)
38 0