首页 > 其他 > 详细

/lib64/ld-lsb-x86-64.so.3: bad ELF interpreter:

时间:2018-08-08 11:53:10      阅读:746      评论:0      收藏:0      [点我收藏+]
following error: /usr/bin/ldd: $SCHRODINGER/mmshare-vXXXXX/bin/Linux-x86_64/lmutil:
/lib64/ld-lsb-x86-64.so.3: bad ELF interpreter: No such file or directory What do I do?

This error indicates that the LSB (Linux Standard Base) subsystem is not installed.

1、On RedHat-based systems (including CentOS), you will need to install the redhat-lsb package:

#yum install redhat-lsb

Further information can be found at http://rhn.redhat.com/errata/RHEA-2005-649.html

2、On Suse SLES systems you will need to install the lsb package:

#yast -i lsb

3、On Ubuntu systems, you will need to install the lsb-core package:

#sudo apt-get install lsb-core

/lib64/ld-lsb-x86-64.so.3: bad ELF interpreter:

原文:http://blog.51cto.com/laobaiv1/2156133

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!