error while loading shared libraries: libhcnetsdk.so: cannot open shared object问题解决

Posted 晨之清风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error while loading shared libraries: libhcnetsdk.so: cannot open shared object问题解决相关的知识,希望对你有一定的参考价值。

2021/09/09-2020/09/09

  • 我的系统

lsb_release -a

 

  • 查看和编辑动态库配置文件ld.so.conf

ls -l /etc/ld.so.conf

cat /etc/ld.so.conf

sudo nano /etc/ld.so.conf

添加/home/ccdc/HKCapture/lib,这是我的程序的动态库路径。

更新配置

sudo ldconfig -v

问题解决。

注意:ld.so.cache的更新是递增式的,就像PATH系统环境变量一样,不是从头重新建立,而是向上累加。只有重新开机,系统才从零开始建立ld.so.cache文件。

以上是关于error while loading shared libraries: libhcnetsdk.so: cannot open shared object问题解决的主要内容,如果未能解决你的问题,请参考以下文章

error while loading shared libraries错误解决

error while loading shared libraries错误解决

error while loading shared libraries: libmcrypt.so.4

error while loading shared libraries: libaio.so.1

linux下报错:error while loading shared libraries

error while loading shared libraries的解決方法