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

该问题主要是提示: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.



  • 2
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
The error message "error while loading shared libraries: /athrun/lib/librockchip_mpp.so.1: file too short" typically indicates that the shared library file `librockchip_mpp.so.1` is corrupted or incomplete. This can occur due to various reasons, such as incomplete installation or file corruption. To resolve this issue, you can try the following steps: 1. First, check if the library file exists in the specified path (`/athrun/lib/`). You can use the `ls` command to verify its presence: ``` ls /athrun/lib/librockchip_mpp.so.1 ``` 2. If the file exists, try reinstalling the library by downloading it from a reliable source or reinstalling the package it belongs to. Make sure to download or install the complete and uncorrupted file. 3. If the file doesn't exist or reinstalling doesn't solve the issue, it's possible that there was an error during the installation or an issue with the file itself. In such cases, you may need to contact the software or library provider for further assistance. Additionally, you can also check if there are any dependencies required by the library and make sure they are installed correctly. The `ldd` command can help you identify the dependencies: ``` ldd /athrun/lib/librockchip_mpp.so.1 ``` Make sure all the listed dependencies are present and properly installed on your system. If the issue persists or you need further assistance, please provide more details about your system, the software or package you are working with, and any additional error messages you encounter.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值