链接库的时候,提示load shared libraries error,xxx file too short

本文介绍了loadsharedlibrarieserror及“xxxfiletooshort”错误的原因与解决方法。主要原因是程序链接了没有正确标识的软连接,导致动态库文件被误识别为过短的文件。解决方案包括删除原有文件并重建正确的软链接。

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

该问题主要是提示:load shared libraries error,xxx file too short

软连接链接问题,原因:

                程序链接的动态库中有软连接,但是软连接没有( l )标识,被识别成了实际的动态库文件,软连接文件又太小,所以就成了too short,

解决方法:

                重新删除文件,创建软链接

此时ldd  xxx,也会报这个错误


例子:

There was probably an error copying/extracting the libraries. libvtkWidgets.so and libvtkWidgets.so.5.4 should not be files but symbolic links. Try the following:

rm libvtkWidgets.so.5.4 libvtkWidgets.so
ln -s libvtkWidgets.so.5.4.2 libvtkWidgets.so.5.4
ln -s libvtkWidgets.so.5.4 libvtkWidgets.so

Anyway you should check if the software that you are installing is available from the software center. If it is not available and if the above fix does not work you will need to contact the application provider.



评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值