error while loading shared libraries 解决办法
程序员文章站
2022-04-16 08:52:37
...
背景
在github上找了一个雷达和imu的标定程序的时候,这个程序需要下载ndt_omp(好象是跟pcl相关的库),但是在roslaunch的时候会出现如下的问题
问题
error while loading shared libraries: libndt_omp.so: cannot open shared object file: No such file or directory
解决
该库的.so文件安装在了usr/loacl/lib下,而ubuntu系统默认寻找库是从两个文件夹,lib和usr/lib,因此找不到这个库的位置。在网上看了一篇博客的方法,很好用。
https://blog.csdn.net/csfreebird/article/details/48804797
在你现在所打开的终端下输入
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
这样在这个终端下就建立了和usr/local/lib的链接,在该终端下继续roslaunch就可以了。
缺点是每次打开一个终端运行标定程序的时候,都要输入上边的代码。
上一篇: Hibernate JPA —— could not insert 或 detach entity passed to persist 或Found shared references 错误
推荐阅读
-
error while loading shared libraries xx.so处理方法
-
error while loading shared libraries: libmysqlclient.so.18解决方法
-
解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:
-
安装ImageMagick出现error while loading shared libraries的解决方法
-
开机硬盘提示Error Loading OS的原因及解决办法
-
解决error while loading shared libraries: libXXX.so.X: cannot open shared object file: No such file
-
error while loading shared libraries: xxx: cannot open shared object file: No such file or directory
-
gmx-MMPBSA — error while loading shared libraries: libgfortran.so.3: cannot open shared object file
-
mysql初始化/usr/local/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
-
ggsci: error while loading shared libraries: libnnz11.so