2008-11-26
添加评论
只针对基于RHEL的系统, 并且使用了yum的 提示找不到libstdc++.so.5, 就是缺compat-libstdc相关包 解决办法: yum -y install compat-libstdc* 阅读全文——共112字