[CentOS]安裝軟件:/lib/ld-linux.so.2: bad ELF interpreter 解決

來源:http://blog.csdn.net/orangleliu/article/details/8869626


環境:

[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)

****************************************************************************************

使用的時候出現一個錯誤

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

是因爲64位系統中安裝了32位程序
解決方法:
yum install glibc.i686


重新安裝以後還有如下類系錯誤 再繼續安裝包

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

yum install libstdc++.so.6


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章