CentOS 安裝軟件出現(xiàn)錯誤:/lib/ld-linux.so.2: bad ELF interpreter 解決
CentOS 安裝軟件出現(xiàn)錯誤:/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)
使用的時候出現(xiàn)一個錯誤
bash: /usr/local/bin/rar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
是因為64位系統(tǒng)中安裝了32位程序
解決方法:
yum install glibc.i686
重新安裝以后還有如下類系錯誤 再繼續(xù)安裝包
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory yum install libstdc++.so.6
感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
相關(guān)文章
在Linux服務(wù)器上安裝 memcached的基本操作
本文分步驟給大家詳細(xì)介紹了linux服務(wù)器上安裝memcached的操作方法,非常不錯,需要的朋友參考下吧2016-12-12Kloxo-MR VPS主機控制面板-安裝使用及中文設(shè)置方法
這篇文章主要介紹了Kloxo-MR VPS主機控制面板-安裝使用及中文設(shè)置方法,需要的朋友可以參考下2017-07-07詳解Linux 服務(wù)管理兩種方式service和systemctl
systemd是Linux系統(tǒng)最新的初始化系統(tǒng)(init),作用是提高系統(tǒng)的啟動速度,盡可能啟動較少的進程,盡可能更多進程并發(fā)啟動。這篇文章主要介紹了Linux 服務(wù)管理兩種方式service和systemctl,需要的朋友可以參考下2019-09-09Ubuntu18.04安裝opencv 3.2.0的解決方法
這篇文章主要介紹了Ubuntu18.04安裝opencv 3.2.0的解決方法,非常不錯,具有一定的參考借鑒價值,需要的朋友可以參考下2018-10-10linux輸入yum后提示: -bash: /usr/bin/yum: No such file or director
在本篇文章里小編給大家整理的是關(guān)于linux輸入yum后提示: -bash: /usr/bin/yum: No such file or directory的解決方法,有需要的朋友們參考下。2019-11-11CentOS下Lighttpd Web服務(wù)器安裝與配置方法
CentOS下Lighttpd Web服務(wù)器安裝與配置方法,需要的朋友可以參考下。2011-04-04