安装飞信时64位机器可能会报一下错误:
./ fetion -h
fetion: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libACE.so.5.4.7)
解决方法:
Running CentOS 5.2-5.4 and had this problem. The 10 libstc++ RPM from fixed this.
Do NOT install with RPM -u unless you are an expert! It will install the library in /usr/lib and this may cause problems for other applications. Instead:
1) Download the RPM to /tmp
2) mkdir /tmp/junk
3) cd /tmp/junk
4) rpm2cpio ../libstdc++-4.3.2-7.i386.rpm | cpio -idv
5) cp ./usr/lib/libstdc++.so.6 ./usr/lib/libstdc++.so.6.0.10 /opt/googleearth (or link .so.6)
提取这个libstdc++.so.6.0.10文件后重新做软连接即可。
阅读(400) | 评论(0) | 转发(0) |