工作需要用到vconfig命令,yum -y install 安装vconfig 之后,执行报错:
vconfig: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
最后查各种资料,什么加入lib库和路径之类的,最后在国外的一个网站中,找到解决方法。
只需要:
yum -y install compat-libstdc++-296
这样就解决了。。。