LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: yangjio4849

firefox怎么用不了?FC6下面

[复制链接]
发表于 2006-11-2 11:41:07 | 显示全部楼层
没有提示消息么,你在http://www.mozilla.com/en-US/firefox/all.html
下一个试试那个i686的能不能用
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-2 12:06:33 | 显示全部楼层
这个是i686版本的,我的系统是x86-64的,
[john@John firefox]$ ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[john@John firefox]$ ./firefox-bin
./firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
这个就是运行结果。
回复 支持 反对

使用道具 举报

发表于 2006-11-2 14:29:39 | 显示全部楼层
终端中输入firefox %u试试
不行的话就下个源码包安装一下
把原来系统自装的那个卸了
回复 支持 反对

使用道具 举报

发表于 2006-11-2 15:20:26 | 显示全部楼层
Post by yangjio4849
这个是i686版本的,我的系统是x86-64的,
[john@John firefox]$ ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[john@John firefox]$ ./firefox-bin
./firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
这个就是运行结果。


好像是缺少了
compat-libstdc++-33
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-2 15:23:43 | 显示全部楼层
Post by dave3068
好像是缺少了
compat-libstdc++-33


64位的这个包我有,但是下的2.0是32位的。
回复 支持 反对

使用道具 举报

发表于 2006-11-2 16:51:11 | 显示全部楼层
是不是和scim有冲突?反正fc4下是,不清楚fc6,你可以试试。
目前发现scim和firefox、realplayer、adobe reader都有冲突。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-2 17:53:28 | 显示全部楼层
Post by sunzhx
是不是和scim有冲突?反正fc4下是,不清楚fc6,你可以试试。
目前发现scim和firefox、realplayer、adobe reader都有冲突。



那fc4下面冲突的话怎么办?我记得在suse下面firefox里面也只能用fcitx。
回复 支持 反对

使用道具 举报

发表于 2006-11-5 10:05:58 | 显示全部楼层
Post by yangjio4849
这个是i686版本的,我的系统是x86-64的,
[john@John firefox]$ ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[john@John firefox]$ ./firefox-bin
./firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
这个就是运行结果。



这个问题是因为缺少libstdc++.so.5
解决办法是装上gcc-3.3.4,估计gcc-3.3.x都可以,最好是3.3.4吧,因为我试过,3.4.3已经没有libstdc++.so.5了,只有libstdc++.so.6,我也试过建立软链接libstdc++.so.5到libstdc++.so.6也不行,会提示其它错误

安装之前,查一下你的gcc版本:gcc -v,一般高版本gcc编译低版本都没什么问题
我的是LFS,需要源码安装,于是就根据LFS手册下载gcc-3.3.4的源码包装上就可以用firefox-2.0了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表