是因为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
如果yum install libstdc++.so.6 出现
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
继续yum install --setopt=protected_multilib=false libstdc++
然后再yum install libstdc++.so.6
博客主要讲述64位系统安装32位程序出现的问题及解决办法。先通过yum install glibc.i686安装,若仍有错误,如找不到libstdc++.so.6文件,可使用yum install libstdc++.so.6安装,若出现多库版本问题,可通过特定选项继续安装。
2659

被折叠的 条评论
为什么被折叠?



