Chinaunix首页 | 论坛 | 博客
  • 博客访问: 108334
  • 博文数量: 41
  • 博客积分: 1782
  • 博客等级: 上尉
  • 技术积分: 387
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-21 13:35
文章分类

全部博文(41)

文章存档

2014年(7)

2013年(3)

2012年(5)

2011年(10)

2010年(16)

分类: LINUX

2010-11-11 13:05:32

安装飞信时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文件后重新做软连接即可。
阅读(356) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~