Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > x86 64-bit Users
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

x86 64-bit Users
For the discussion of Ubuntu on the AMD 64 platform.

 
Thread Tools Display Modes
Old October 31st, 2005   #1
lehardi
Spilled the Beans
 
Join Date: Oct 2005
Beans: 9
How to install 32-bit Firefox?

How to install 32-bit Firefox in 5.10? I need it because I can't make Flash work in 64-bit - I read FAQ. Could you give me link to any HOWTOs or give me step by step guide?
--
LeHardi
lehardi is offline   Reply With Quote
Old November 1st, 2005   #2
tux61
First Cup of Ubuntu
 
tux61's Avatar
 
Join Date: Dec 2004
Location: Plérin (France)
Beans: 9
Re: How to install 32-bit Firefox?

Hi,

A solution that works on my PC :
  1. Download a 32 bits version of firefox or, better, download the .deb version (firefox_1.0.7-0ubuntu20_i386.deb)
  2. Install it : dpkg -i --force-architecture firefox_1.0.7-0ubuntu20_i386.deb
  3. Create a little script called /usr/bin/firefox32 for example :
    #!/bin/sh
    export GTK_PATH=/usr/lib32/gtk-2.0/
    export PANGO_RC_FILE=/etc/pango32/pangorc
    firefox

Now you can install and use flash and realplayer 10 !
For java plugin you need also to download a 32 bits version.
tux61 is offline   Reply With Quote
Old November 1st, 2005   #3
DancingSun
Dipped in Ubuntu
 
Join Date: Jun 2005
Location: Los Angeles, CA, U.S.A.
Beans: 546
Ubuntu 7.04 Feisty Fawn
Re: How to install 32-bit Firefox?

Quote:
Originally Posted by tux61
Hi,

A solution that works on my PC :
  1. Download a 32 bits version of firefox or, better, download the .deb version (firefox_1.0.7-0ubuntu20_i386.deb)
  2. Install it : dpkg -i --force-architecture firefox_1.0.7-0ubuntu20_i386.deb
  3. Create a little script called /usr/bin/firefox32 for example :
    #!/bin/sh
    export GTK_PATH=/usr/lib32/gtk-2.0/
    export PANGO_RC_FILE=/etc/pango32/pangorc
    firefox

Now you can install and use flash and realplayer 10 !
For java plugin you need also to download a 32 bits version.
Tux61,

Do I need to uninstall the 64-bit firefox first? Or can they co-exist? Same thing with Java, can I have both 64 and 32-bit versions installed? Also, it'll be great if you can turn this into a HOW-TO so that it is documented and available for others looking to get 32-bit firefox working.

BTW, thanks for being the pioneer to try this out on Ubuntu!

Last edited by DancingSun; November 1st, 2005 at 04:57 PM..
DancingSun is offline   Reply With Quote
Old November 1st, 2005   #4
Hallavej
A Carafe of Ubuntu
 
Join Date: Oct 2005
Beans: 97
Re: How to install 32-bit Firefox?

Quote:
Originally Posted by tux61
Hi,

A solution that works on my PC :
  1. Download a 32 bits version of firefox or, better, download the .deb version (firefox_1.0.7-0ubuntu20_i386.deb)
  2. Install it : dpkg -i --force-architecture firefox_1.0.7-0ubuntu20_i386.deb
  3. Create a little script called /usr/bin/firefox32 for example :
    #!/bin/sh
    export GTK_PATH=/usr/lib32/gtk-2.0/
    export PANGO_RC_FILE=/etc/pango32/pangorc
    firefox

Now you can install and use flash and realplayer 10 !
For java plugin you need also to download a 32 bits version.
It didnt work for me. I couldnt even install the 32-bit version. (So far I only tried to install the .tar.gz and not .deb)
I got both "Gdk- and pango errors".
I'm very interested to know if anybode else got it to work.
Hallavej is offline   Reply With Quote
Old November 1st, 2005   #5
RAOF
Ubuntu Developer
 
Join Date: Jul 2005
Location: Sydney
Beans: 2,535
Ubuntu Jaunty Jackalope (testing)
Send a message via MSN to RAOF
Re: How to install 32-bit Firefox?

Quote:
Originally Posted by tux61
Hi,

A solution that works on my PC :
  1. Download a 32 bits version of firefox or, better, download the .deb version (firefox_1.0.7-0ubuntu20_i386.deb)
  2. Install it : dpkg -i --force-architecture firefox_1.0.7-0ubuntu20_i386.deb
  3. Create a little script called /usr/bin/firefox32 for example :
    #!/bin/sh
    export GTK_PATH=/usr/lib32/gtk-2.0/
    export PANGO_RC_FILE=/etc/pango32/pangorc
    firefox

Now you can install and use flash and realplayer 10 !
For java plugin you need also to download a 32 bits version.
I don't seem to have a /etc/pango32/pangorc file. Could you post the contents of yours, and I'll see if that works.
RAOF is offline   Reply With Quote
Old November 2nd, 2005   #6
tux61
First Cup of Ubuntu
 
tux61's Avatar
 
Join Date: Dec 2004
Location: Plérin (France)
Beans: 9
Re: How to install 32-bit Firefox?

Sorry I forgot the pangorc file !!!

Code:
# cat /etc/pango32/pangorc

[Pango]
ModuleFiles=/etc/pango32/pango.modules
[PangoX]
AliasFiles=/etc/pango/pangox.aliases
For your information I was, unfortunately, unable to installed the tar.gz version of firefox (library error with libXp.so.6) but only the firefox_1.0.7-0ubuntu20_i386.deb package.
I also remove firefox version 64 and the ubuntu-desktop meta-package.

Good luck !

Last edited by tux61; November 2nd, 2005 at 04:47 PM..
tux61 is offline   Reply With Quote
Old November 2nd, 2005   #7
RAOF
Ubuntu Developer
 
Join Date: Jul 2005
Location: Sydney
Beans: 2,535
Ubuntu Jaunty Jackalope (testing)
Send a message via MSN to RAOF
Re: How to install 32-bit Firefox?

Awesome! With that pangorc file, I've just got the 32bit .tar.gz of firefox 1.5 rc1 from mozilla.org running fine
RAOF is offline   Reply With Quote
Old November 4th, 2005   #8
Gomek
Just Give Me the Beans!
 
Join Date: Nov 2005
Beans: 69
Re: How to install 32-bit Firefox?

Heh...I can't get a 32 bit version of Firefox installed. I've tried both the Firefox 1.0.7 for Linux i686 tar from the Mozilla website and the package I found at http://packages.debian.org/unstable/web/mozilla-firefox. I've also tried slipping in a Ubuntu i386 CD, but that didn't work either. >.< What am I doing wrong?

The farthest I've gotten is with the tar file. I install it, but when I try to boot it, I get a libXp.so.6 error.

Last edited by Gomek; November 4th, 2005 at 06:02 AM..
Gomek is offline   Reply With Quote
Old November 7th, 2005   #9
activejeff
First Cup of Ubuntu
 
Join Date: May 2005
Beans: 5
Re: How to install 32-bit Firefox?

note that this also works for applications built on Firefox, including ActiveState's Komodo. I should also mention that if you want to run Komodo on Breezy, you need to use the current beta :

http://activestate.com/Products/Komodo/beta.plex
activejeff is offline   Reply With Quote
Old November 14th, 2005   #10
rhaurison
First Cup of Ubuntu
 
rhaurison's Avatar
 
Join Date: Nov 2005
Location: Brazil
Beans: 4
Send a message via MSN to rhaurison Send a message via Yahoo to rhaurison
Re: How to install 32-bit Firefox?

for Firefox and ALL others 32bit applications, the better solution is make chroot for 32bit because you can use apt-get to install applications.

there are a post howto: http://ubuntuforums.org/showthread.p...t=chroot+32bit

I use firefox, opera, skype, x-lite and many other with chroot.
rhaurison is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:58 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry