error while loading shared libraries的解決方法

本文介绍了当遇到系统无法找到共享库文件(如 libMagickCore.so.2)时的两种解决方案:通过更新 ld.so 缓存配置或者设置 LD_LIBRARY_PATH 环境变量。适用于 Linux 系统中因缺少依赖而导致的应用程序启动失败问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

error while loading shared libraries: 
libMagickCore.so.2: cannot open shared object file: No such file or directory
有两个解决方法:

1 运行 /sbin/ldconfig –v 更新
2 运行前执行 export LD_LIBRARY_PATH=/usr/local/lib

引用problem: convert: error while loading shared libraries: libMagickCore.so.2: cannot open shared object file: No such file or directory

solution: export LD_LIBRARY_PATH=/usr/local/lib

引用行程式時,如此遇到像下列這種錯誤: 

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

那就表示系統不知道xxx.so 放在哪個目錄下。
這個時候就要在/etc/ld.so.conf中加入xxx.so所在的目錄。
一般而言,有很多so檔會在/usr/local/lib這個目錄下,所以在/etc/ld.so.conf中加入/usr/local/lib這一行,可以解決此問題。
將 /etc/ld.so.conf存檔後,還要執行「/sbin/ldconfig –v」來更新一下才會生效。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值