| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-03-2007, 09:35 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2007
Location: Dallas, Texas
Distribution: Rhel4, Rhel5, CentOS, Fedora
Posts: 14
Rep:
|
Problems with firefox on x86_64
Hello, I am currently using Fedora 7 and I am baffled by this issue, on previous versions of Fedora I could easily install the 32 bit version of firefox, however with this version even if I install the 32 bit it is forcing me to use 64, even after removing the 64 bit version! I guess my main question is is there a way to remove all traces of the 64bit version as it appears to not be uninstalling ? Or should I just install my own copy outisde of the distro installation? If you guys have any tips I would be greatful. Thanks!
|
|
|
|
08-03-2007, 10:58 AM
|
#2
|
|
Senior Member
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHL9;F1-10; CentOS4-5; DebianSarge-Squeeze
Posts: 1,151
Rep:
|
There is a package you can install that runs firefox.x86_64 as 32-bit, eliminating the need to install 32-bit firefox to use the i386 plugins. It works great.
Code:
# yum install firefox-32
After installation, you will find a firefox-32 icon in the internet menu.
Be sure to close all instances of firefox-64 before running firefox-32.
|
|
|
|
08-03-2007, 01:18 PM
|
#3
|
|
LQ Newbie
Registered: Aug 2007
Location: Dallas, Texas
Distribution: Rhel4, Rhel5, CentOS, Fedora
Posts: 14
Original Poster
Rep:
|
Weirdly enough, it is trying to force me to install two different versions:
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
firefox-32 x86_64 0.0.1-5.fc7 fedora 4.3 k
Installing for dependencies:
firefox x86_64 2.0.0.5-1.fc7 updates 20 M
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 20 M
Is this ok [y/N]:
I am thinking that the firefox-32 should match, but even if I use a package manager it is forcing me to load these two, instead of the ones that match. Is there a good way to exclude the un needed from the repos?
|
|
|
|
08-03-2007, 03:57 PM
|
#4
|
|
Senior Member
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHL9;F1-10; CentOS4-5; DebianSarge-Squeeze
Posts: 1,151
Rep:
|
Install both. Firefox-32 is not firefox.
Firefox-32 is basically a script that runs firefox.x86_64 in 32-bit mode.
Without firefox.x86_64 installed, there is nothing for the script to run.
|
|
|
|
08-03-2007, 07:54 PM
|
#5
|
|
LQ Newbie
Registered: Aug 2007
Location: Dallas, Texas
Distribution: Rhel4, Rhel5, CentOS, Fedora
Posts: 14
Original Poster
Rep:
|
I did go ahead and let it install, Thank you for the help btw, but it runs and does nothing upon executing the 32 bit script, I am wondering if this is a version conflict due to my tie in with both livna and fedora repos. I have never had this issue before, from what I understand simply installing 32 bit solves the entire problem, but even after removing all firefox rpms and installing the 32 bit it seems it is still pulling 64 bit. I am using konquerer right now so at least I can browse well hehe. Sorry for not having more information, I am new to linux desktoping.
|
|
|
|
08-03-2007, 08:56 PM
|
#6
|
|
Senior Member
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHL9;F1-10; CentOS4-5; DebianSarge-Squeeze
Posts: 1,151
Rep:
|
It’s probably not related to Livna.
Maybe something’s missing. Try groupinstalling the graphical internet group.
Also, recent jre updates require compat-libstdc++-33, which is not installed on some systems.
Code:
# yum groupinstall “Graphical Internet”
# yum install compat-libstdc++-33
|
|
|
|
08-04-2007, 06:19 AM
|
#7
|
|
LQ Newbie
Registered: Aug 2007
Location: Dallas, Texas
Distribution: Rhel4, Rhel5, CentOS, Fedora
Posts: 14
Original Poster
Rep:
|
Awesome, once I installed the group and the dependency , I installed firefox-32 and it worked perfectly! I really appreciate your help and thank you for your time!
|
|
|
|
08-04-2007, 09:48 AM
|
#8
|
|
Senior Member
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHL9;F1-10; CentOS4-5; DebianSarge-Squeeze
Posts: 1,151
Rep:
|
You're welcomed. It's good to hear that everything worked out.
|
|
|
|
08-04-2007, 10:17 PM
|
#9
|
|
Senior Member
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168
Rep:
|
Another solution is nspluginwrapper which lets you use 32-bit plugins with 64-bit firefox.
http://remi.collet.free.fr/index.php...x-20-en-x86_64
|
|
|
|
08-19-2007, 12:50 PM
|
#10
|
|
LQ Newbie
Registered: Aug 2007
Distribution: Fedora Core 7
Posts: 3
Rep:
|
Thank you!
I was having a similar problem, FC 7 and Firefox on an AMD x2. Thanks for the help!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:31 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|