分页: 1 / 1
[问题]l安装firefox3时输入./confiure无反应
发表于 : 2008-07-24 21:26
由 damaq
我的U7.10系统是默认安装的,我想把里面的Firefox2.0.0.16升级到3.0版,到FF官方下载firefox-3.0.1.tar.bz2后解压:
tar jxvf firefox-3.0.1.tar.bz2
接下来应该用三步安装1: ./configure 2:make 3:make install
可是进入解压后的目录输入./configure时出现:bash: ./configure: No such file or directory
无法安装,我是新手,请教各位,谢谢。
假设安装后,是覆盖2.0版还是2.0和3.0共存?
发表于 : 2008-07-24 21:52
由 xeoc
话说ff不是编译安装来的.....详见README
发表于 : 2008-07-24 22:08
由 damaq
Readme.txt:
For information about installing, running and configuring Firefox
including a list of known issues and troubleshooting information,
refer to:
http://getfirefox.com/releases/
打开http://getfirefox.com/releases/后自动转到http://
www.mozillaonline.com/
在http://
www.mozilla.com/en-US/firefox/3.0.1/rel ... 到一段关于安装的文字:
Please note that installing Firefox 3 will overwrite your existing installation of Firefox. You won’t lose any of your bookmarks or browsing history, but some of your extensions and other add-ons might not work until updates for them are made available.
对于我这个普通桌面用户来说,还是无法安装。
发表于 : 2008-07-24 22:15
由 hubert_star
一般情况下解压即可使用
如果需要编译安装的话首先下载source包,解压后按照如下步骤进行:
首先在构建目录创建一个.mozconfig文件,加入自己的编译参数
然后在构建目录执行:
export LDFLAGS='-lX11 -lXrender'
make -f client.mk build
make install
不过要是把你的系统原有的ff给破坏了别怪我
除了像我这样的自虐狂一般不需要自己编译的。
Re: [问题]l安装firefox3时输入./confiure无反应
发表于 : 2008-07-25 13:51
由 pan6pcpc
汗! 也得先看看有没有configure这个文件。
发表于 : 2008-08-01 21:36
由 damaq
用apt-get安装了3.0bet4,原来从官方下载解压的是3.0.1正式版,现在2者共存,都可使用。谢谢热心的同学们。