Fedora Code 6安装完系统自带的Firefox版本是1.5版,通过下载最新版本Firefox2.0正常解压缩运行会没有任何反应。
现象:
正常方式是在控置台下通过命令CD进入解压缩后的firefox目录中,输入./firefox.bin执行命令(以root身份,或在前面加su 带空格),这时会出现下面的提示:./firefox.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory 这是提示缺少llibstdc++.so.5库文件,缺少这个库文件会在以后安装其它程序时出现不能成功安装等问题。
解决方法:
到http://www.rpmfind.net/网站上找到compat-libstdc++-33-3.2.3-61.i386.rpm文件(可能版本已更新)下载回来安装上,再去安装firefox就不会出现问题了。

