Jan
26
安装时出现问题了:
FC 4 默认自带的编译器是GCC 4.0 ,而 libstdc++.so.5 是GCC 3.3 版本生成的(firefox由 GCC 3.3.2 编译),FC 4 的 GCC 4.0 生成的是 libstdc++.so.6 ,试试用 yum 能不能直接安装 libstdc++.so.5 吧。
#yum install libstdc++.so.5
不过,若使用了 SCIM ,安装 libstdc++.so.5 可能会和 scim 有冲突。
引用
[root@localhost firefox]# ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
FC 4 默认自带的编译器是GCC 4.0 ,而 libstdc++.so.5 是GCC 3.3 版本生成的(firefox由 GCC 3.3.2 编译),FC 4 的 GCC 4.0 生成的是 libstdc++.so.6 ,试试用 yum 能不能直接安装 libstdc++.so.5 吧。
#yum install libstdc++.so.5
不过,若使用了 SCIM ,安装 libstdc++.so.5 可能会和 scim 有冲突。
RedHat 9的fci
小议学习Java的浮躁心








