Installing 32-bit firefox on AMD64 to solve problems ?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
Installing 32-bit firefox on AMD64 to solve problems ?
g'day
i cant get flash to play on linux owing to it being only for 32-bit arch. firefox cannot play flash enabled objects or access sites that require flash as all my attempts at installing flash have failed. i was wondering though, can i compile it from source and force it to be a 32-bit version ? that way i can get this functionalityu back, im sure the linux kernal is backwards compatible and can support 32-bit stuff on it.
Some distro's package both a 32-bit and a 64-bit version.
Double check and see if the 32-bit version is available for your distro (FC or Ubuntu ?).
file $(locate firefox-bin | grep '/usr/lib') | awk '{ print $3 }'
The firefox startup script checks which version you have:
If you have a 32bit package you may want to either edit the variables in the script so the 32-bit version starts, or uninstall the 64-bit version first.
I had the same problem with my 64-bit processor. I just installed 32-bit firefox onto the machine and then installed flash and java apps that wouldn't work under 64.
Works fine now. A 64-bit flash would be nice though.
nope, it says i only have the 64 bit version. i was about to install firefox 2.0 from source as it is, is it possible to compile/install it in 32 bit mode ?
well i solved the problem by installing the 32-bit version of fasterfox. used automatix in ubuntu and it installed all the plugins for it as well. everything works perfectly now.
Another way around the Flash/64 bit issue is to install Firefox using Wine. I've done this on my 64 bit machine in order to have flash to to be able to enjoy youtube. All you have to do is install the 32bit wine. If you're using (K)ubuntu, you can use these directions. Then install Firefox. There is a known bug that Firefox 2.0 will not install yet through wine and gives an error saying there is not enough hard drive space, but it works fine with Firefox 1.5.0.7. I then go to a site like www.battleon.com and install the Flash plugin. It works like a charm.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.