当前位置:   article > 正文

error while loading shared libraries: /home/RSView/lib/libQtGui.so.4: file too short_error while loading shared libraries file too shor

error while loading shared libraries file too short

error while loading shared libraries: /home/RSView/lib/libQtGui.so.4: file too short该问题为软连接链接问题

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

解决方法:

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

命令如下:

rm  libQtGui.so.4

ln -s libQtGui.4.8.7 libQtGui.4.8

ln -s libQtGui.4.8 libQtGui.4

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/177092
推荐阅读
相关标签
  

闽ICP备14008679号