是因为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 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
本文解决了64位系统中安装32位程序遇到的问题,包括缺失glibc及libstdc++等依赖库的情况,并提供了具体的解决步骤。
2700

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



