LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Reply
  Search this Thread
Old 07-21-2005, 01:41 AM   #1
status0
LQ Newbie
 
Registered: Jul 2005
Posts: 1

Rep: Reputation: 0
installing 32bit firefox on 64bit fedora 4


Hi,

I'm a linux newbie, and I am having trouble figuring out how to set up YUM to install the 32 bit version of firefox. I can find it manually on freshrpms ect..., but YUM only finds th x64 version.

I have tried installing the firefox i386 rpm manually, but have dependency issues.

can someone step me through setting up YUM to work with 32bit repositories?

Cheers
 
Old 08-07-2005, 09:42 AM   #2
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Here's how I got java plugins to work with Firefox on my FC4 x86_64 system.

First, remove the x86_64 version of Firefox.
Code:
# yum remove firefox
Next, add a repo for the i386 packages.
Code:
gedit /etc/yum.repos.d/base-i386
Edit the file to contain this.
Code:
[base-i386]
name=base-i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/
gpgcheck=1
enabled=0
Now get firefox.i386 and its dependencies.
Code:
# yum --enablerepo=base-i386 install firefox.i386
Start firefox and get jre-1_5_0_04-linux-i586.bin from Sun's java site. cd to the directory that contains your downloaded java bin. Make a directory in /opt called java and install the jre bin there. Install it and link the plugin. Here are the steps.
Code:
# <cd_to_the_download_dir> 
# mkdir /opt/java 
# cp jre-1_5_0_04-linux-i586.bin /opt/java 
# cd /opt/java 
# sh ./jre-1_5_0_04-linux-i586.bin 
# cd /usr/lib/firefox/plugins 
# ln -s /opt/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so .
Kill Firefox and restart it. Enter "about:plugins" in the Firefox address bar and you should see the java plugins.
 
Old 08-09-2005, 04:35 PM   #3
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Do you have a 32-bit or 64-bit machine? If you have a 64-bit machine, then why do you want the 32-bit version of Firefox?
 
Old 08-10-2005, 07:51 AM   #4
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Quote:
Originally posted by spooon
Do you have a 32-bit or 64-bit machine? If you have a 64-bit machine, then why do you want the 32-bit version of Firefox?
There is no 64-bit version of the Sun java plugin. If you're running a 64-bit OS, in order to have a java browser plugin you need a 32-bit browser. A 32-bit plugin won't work with a 64-bit browser.

Blackdown has a 64-bit java plugin, but I personally couldn't get it to work.
 
Old 08-10-2005, 04:04 PM   #5
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
By the way, I just read in the yum manpage that you can specify packages as "name.arch", so maybe you could do "yum install firefox.i386" ? I dunno; just a suggestion.
 
Old 08-10-2005, 05:26 PM   #6
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Quote:
Originally posted by spooon
By the way, I just read in the yum manpage that you can specify packages as "name.arch", so maybe you could do "yum install firefox.i386" ? I dunno; just a suggestion.
Unless you've specified a yum repo that contains the package <name>.<arch>, yum won't find the package. For example, if you use the default x86_64 repos, there is no firefox.i386 package for yum to install or update.
 
Old 12-21-2005, 02:46 PM   #7
tek1024
Member
 
Registered: Sep 2003
Posts: 49

Rep: Reputation: 15
Quote:
Next, add a repo for the i386 packages.
Code:

gedit /etc/yum.repos.d/base-i386
Just a caveat on my (FC4 x86_64) system, the name of that file had to be "fedora-base-i386.repo". (Maybe that was understood, and I missed it.) The contents were perfect, though. Thanks for the info!
 
Old 06-06-2006, 10:29 AM   #8
timscof
LQ Newbie
 
Registered: Jun 2006
Posts: 5

Rep: Reputation: 0
i386 updates repository

You'll also want to add a repository for the i386 updates. (I know it's obvious, and I quickly figured it out when I couldn't install packages due to version conflicts)

::::::::::::::
fedora-updates-i386.repo
::::::::::::::
Code:
[updates-i386]
name=Fedora Core $releasever - i386 - Updates
baseurl=3post//download.fedora.redhat.com/pub/fedora/linux/core/updates/5/i386/
#mirrorlist=3post//fedora.redhat.com/download/mirrors/updates-released-fc$releas
ever
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GP
G-KEY
You'll need to change "3post" to "http:" due to spam controls on this site
 
Old 07-22-2006, 10:24 AM   #9
Becca Bunny
LQ Newbie
 
Registered: Jul 2006
Posts: 8

Rep: Reputation: Disabled
help!

Im am really very new at this and have never used the editor before. I followed the step by step instructions and Im getting this error message:

root@lagomorphia ~]# yum --enablerepo=base-i386 install firefox.i386
Loading "installonlyn" plugin


Error getting repository data for base-i386, repository not found
[root@lagomorphia ~]#


Also here is a copy of my Bash repo thingy

[updates-i386]
name=Fedora Core $releasever - i386 - Updates
baseurl=dttp3://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/i386/
#mirrorlist=dttp3://fedora.redhat.com/download/mirrors/updates-released-fc$releas
ever
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GP
G-KEY


Im running Fedora 5 64 Bit Bordeaux...

Any help anyone could offer would be much appreciated. Im a total newbie but trying to learn I changed up the http to dttp3 so it would let me post.

Thank you!

Becca Bunny
 
Old 07-22-2006, 10:32 AM   #10
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Follow the instructions here:

http://forums.fedoraforum.org/showthread.php?t=102143
 
Old 07-23-2006, 06:02 PM   #11
Becca Bunny
LQ Newbie
 
Registered: Jul 2006
Posts: 8

Rep: Reputation: Disabled
Ok....

I got Firefox working with Flash... YAY! Now the bad news, it seems it has totally killed gnome Im running in KDE right now and thats ok, Kde is a neat little gui but I cant login as root anymore. I tried reinstalling gnome but now im getting library conflicts and stuff and IM quite lost.... Im ok with gnome being gone, the biggest deal is I really need gui root access becasue its been the only way I can get things installed properly and stuffs. Additonaly, my mozilla thunderbird seems to have disappered but is still showing as installed... total weridness.

I realize that I proably appear pretty ignorant about this time and I admit that I am, but I am trying to learn and any help anyone could give me would be much appreciated.

Thank you!

Becca Bunny
 
Old 07-24-2006, 08:16 AM   #12
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
You should avoid logging in as root. A better practice is to login as yourself, then "su" to root with the command "su -" (don't forget the "-"). If you're using graphical tools that need root access, you'll be prompted for the password.

If you want to restore gnome, you need to provide more details about the problem, like what happens when you login; do you get a desktop; does the mouse work; are there any illuminating messages in /var/log/messages or /var/log/Xorg.log; and so on.

As for thunderbird, open a terminal window and type "thunderbird" at the command line. What happens?
 
Old 07-25-2006, 04:47 AM   #13
Becca Bunny
LQ Newbie
 
Registered: Jul 2006
Posts: 8

Rep: Reputation: Disabled
Thank you all for the help. I solved the situation by taking the easy way out, I went to a 32 bit version of Fedora. I liked 64 bit but theres just alot not yet supported.

Thanks all!

Becca Bunny
 
Old 08-29-2006, 01:42 PM   #14
robgobblin
LQ Newbie
 
Registered: Aug 2006
Posts: 1

Rep: Reputation: 0
Rather than abandoning x_64, you could reinstall the whole gnome package with both i386 and x_64 libs, THEN install only firefox.i386, this will allow you to use 32-bit firefox and plug-ins and still use 64-bit apps when available.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling MPlayer 32bit on Fedora 4 64bit mwales Linux - Software 2 08-28-2006 05:59 AM
can 64bit processor run both 64bit and 32bit computers? DJOtaku Linux - General 4 09-08-2005 08:14 PM
64bit or 32bit ginger.fish0 Ubuntu 3 09-01-2005 05:12 PM
32bit on 64bit paralysis Linux From Scratch 2 06-02-2005 03:19 PM
32bit to 64bit kirk1975 Linux - Newbie 1 10-20-2004 05:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation

All times are GMT -5. The time now is 05:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration