手动在RedHat Enterprise Linux上安装Firefox2.0
因为RH Linux 4.0默认安装的firefox是1.0版本,于是从网上下载最新firefox2.0文件firefox-2.0.tar.gz
#cd /usr/lib
#tar -xzf firefox-2.0.tar.gz
#cd firefox
#./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
分析原因firefox2.0需要外部库文件,于是网上搜索需要compat-libstdc++, go to http://www.rpmfind.net 获取该rpm包,安装重新运行firefox,问题解决
#cd /usr/lib
#tar -xzf firefox-2.0.tar.gz
#cd firefox
#./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
分析原因firefox2.0需要外部库文件,于是网上搜索需要compat-libstdc++, go to http://www.rpmfind.net 获取该rpm包,安装重新运行firefox,问题解决
3 Comments:
At December 10, 2006 12:20 AM, Anonymous said…
直接找RPM包来装不更方便? :D
At December 10, 2006 12:21 AM, Anonymous said…
compat-libstdc++ 在 RHEL 的安装盘里面有 :D
At December 11, 2006 12:18 AM, Tan, Haibo said…
就是没有下载到rpm文件,光盘的libstdc++版本不对
Post a Comment
<< Home