解決CentOS]安裝軟件lib/ld-linux.so.2: bad ELF
[CentOS]安裝軟件:/lib/ld-linux.so.2: bad ELF interpreter解決
環(huán)境:
[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)
使用的時(shí)候出現(xiàn)一個(gè)錯(cuò)誤
bash: /usr/local/bin/rar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
是因?yàn)?4位系統(tǒng)中安裝了32位程序
解決方法:
yum install glibc.i686
重新安裝以后還有如下類系錯(cuò)誤 再繼續(xù)安裝包
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
yum install libstdc++.so.6