PDA

View Full Version : firefox3.i386 on Fedora9.x86_64 (rawhide)


sandello
2008-04-13, 02:29 AM CDT
Hi Everybody.

I tried to use firefox-3.0pre.en-US.linux-i686.tar.bz2 (nightbuild) from mozilla. It started up correctly but didn't open anything :confused: It wrote:
Address Not Found
Firefox can't find the server at www.redhat.com.

In Error Console I found message:

Error: [Exception... "'Component is not available' when calling method: [nsIHandlerService::getTypeFromExtension]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "<unknown>" data: no]


firefox-3.0pre.en-US.linux-x86_64.tar.bz2 worked fine. Why?

Demz
2008-04-13, 05:00 AM CDT
Firefox3 depends on Webkit being there.. what you should have done is do a su -
password

yum --enablerepo=development install firefox3

by doing that will download the dependancies for you

leigh123@linux
2008-04-13, 05:14 AM CDT
Firefox3 depends on Webkit being there.. what you should have done is do a su -
password

yum --enablerepo=development install firefox3

by doing that will download the dependancies for you


Your way off !!!


He is already running F9 so there is no need for " --enablerepo=development " also there is no firefox3 package in F9 .

leigh123@linux
2008-04-13, 05:18 AM CDT
Hi Everybody.

I tried to use firefox-3.0pre.en-US.linux-i686.tar.bz2 (nightbuild) from mozilla. It started up correctly but didn't open anything :confused: It wrote:
Address Not Found
Firefox can't find the server at www.redhat.com.

In Error Console I found message:

Error: [Exception... "'Component is not available' when calling method: [nsIHandlerService::getTypeFromExtension]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "<unknown>" data: no]


firefox-3.0pre.en-US.linux-x86_64.tar.bz2 worked fine. Why?


You may have a 32 bit lib missing !


Try

su
yum install nss.i386

Demz
2008-04-13, 05:26 AM CDT
Your way off !!!


He is already running F9 so there is no need for " --enablerepo=development " also there is no firefox3 package in F9 .
ohh well, i just dont know why he would of wanted the .tar file then ,seems a bit silly IMO

sandello
2008-04-13, 05:32 AM CDT
The development repo contains firefox-3, not firefox3.
The x86_64 arch repo doesn't contain firefox.i386

leigh123@linux
2008-04-13, 05:32 AM CDT
ohh well, i just dont know why he would of wanted the .tar file then ,seems a bit silly IMO

He has a 64 bit O/S and wants to use a 32 bit browser , what's silly about that ! :confused:

sandello
2008-04-13, 05:39 AM CDT
I downloaded firefox form Mozilla. It' already contains nss lib.

I installed the nss.i386 but nothing changed.

sandello
2008-04-13, 05:48 AM CDT
Yes, I want to use 32-bit browser on my 64bit OS. It works on F8, but don't on F9

Demz
2008-04-13, 05:51 AM CDT
He has a 64 bit O/S and wants to use a 32 bit browser , what's silly about that ! :confused:
besides the point whether its 64 or 32bit

The development repo contains firefox-3, not firefox3.
The x86_64 arch repo doesn't contain firefox.i386

firefox-3 is the same as Firefox3

all i see from your first post is your trying to get a Nightly working on the beta or snapshot? you would more than likely have to use a Nightly of webkit also

Firewing1
2008-04-13, 08:32 AM CDT
su -
yum update firefox
yum install nss.{i386,x86_64} nspluginwrapper.{i386,x86_64}
That will install firefox 3 (nightly) as well as the x86_64 and i386 versions of nspluginwrapper and nss. nss lets you used secure connections with Firefox, and nspluginwrapper lets you wrap i386 Mozilla plugins for the x86_64 version of Firefox.
@firefox-3 vs firefox3 -- Normally, yes they are the same but not for package managers; "yum install firefox3" says "install package with name firefox3" where as "yum install firefox-3" says "install package name with firefox, version 3 or higher"
Firewing1

Demz
2008-04-13, 06:31 PM CDT
he claimed he had the .nss but i duno about nspluginwrapper