查看: 8|回复: 0

[Centos] CentOS 安装软件出现错误:/lib/ld-linux.so.2: bad ELF interpreter 解决

[复制链接]

1

主题

0

回帖

0

积分

热心网友

金币
0
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2011-5-12
发表于 2023-8-18 00:00:00 | 显示全部楼层 |阅读模式

CentOS 安装软件出现错误:/lib/ld-linux.so.2: bad ELF interpreter 解决

环境:

?
1
2
3
4
5
[orangle@localhost Downloads]$ uname -m&&uname -r
x86_64
2.6.32-220.el6.x86_64
[orangle@localhost Downloads]$ cat /etc/redhat-release
CentOS release 6.2 (Final)

使用的时候出现一个错误

?
1
bash: /usr/local/bin/rar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

是因为64位系统中安装了32位程序

解决方法:

?
1
yum install glibc.i686

重新安装以后还有如下类系错误 再继续安装包

?
1
2
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
yum install libstdc++.so.6

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

原文链接:http://blog.csdn.net/orangleliu/article/details/8869626

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部