LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where do I download Mozilla Firefox for 64-bit Debian Linux (Lenny) that Flash works? (https://www.linuxquestions.org/questions/linux-software-2/where-do-i-download-mozilla-firefox-for-64-bit-debian-linux-lenny-that-flash-works-756441/)

bgoodr 09-19-2009 03:24 PM

Where do I download Mozilla Firefox for 64-bit Debian Linux (Lenny) that Flash works?
 
I go to the Mozilla Firefox website, and it seems to insist on downloading the 32-bit version. I am now thinking that Mozilla doesn't build 64-bit Linux versions; does anyone know why that would be the case?

What I have now is some version of Iceweasel 3.0.x on my 64-bit Debian Lenny machine, and it does not display the flash video correctly. I have successfully downloaded Firefox 3.5.3 on my 32-bit Debian Lenny laptop, and it views flash just fine. The flash video I am referring to is at http://www.finewoodworking.com/Skill....aspx?id=32953.

Thanks,
bgoodr

the trooper 09-19-2009 04:35 PM

Quote:

I am now thinking that Mozilla doesn't build 64-bit Linux versions
There is a 64-bit version in the 'nightly' builds section:

http://ftp.mozilla.org/pub/mozilla.o.../latest-trunk/

I can't say how well it works as i haven't used it myself.
Another option is Swiftfox,which has a x64 version:

http://getswiftfox.com/index.html

Or the other option is to install the flashplugin-nonfree from Backports.
I can play the link you posted with using this plugin with Iceweasel.

bendib 09-19-2009 04:48 PM

To me, 32 bit compatibility is a must, so run the 32 bit version (should work) and install the 32 bit flash RPM, well, deb in debian, but I use fedora. I think you should just install 32 bit linux next time.

bgoodr 09-19-2009 06:24 PM

Thanks very VERY much for everyones suggestions so far. I'll investigate those suggestions further.

For this:

Quote:

Originally Posted by the trooper (Post 3689997)
I can play the link you posted with using this plugin with Iceweasel.

What configuration was that viewed on? 64-bit Linux or 32-bit Linux? What version of Iceweasel? What was "this plugin" referring to, the backport plugin or something downloaded from Adobe and installed using Adobe's installer scripts?

Note that I would be willing to put up with using the 32-bit version of Firefox on a 64-bit Linux box for the browser as a workaround, provided it isn't much trouble to get it working such that Flash works for the websites that heavily use Flash, and provided that is the most stable solution. But I don't want to have to install the 32-bit version of an entire Linux distro just to have Firefox work as expected, since I have other constraints on the 64-bit Linux install other than browsers.

Does anyone know why Mozilla is not providing 64-bit builds, on their site, directly, versus having other sites such as Swiftfox fill the gap with their own builds?

bg

jhwilliams 09-19-2009 06:27 PM

Add contrib and non-free sources to your package manager, then
Code:

sudo aptitude install flashplugin-nonfree

Elv13 09-19-2009 06:29 PM

Iceweasel is Firefox, but rebranded. Firefox is a trademark and the little icon is copyrighted. Debian don't want to provide copyrighted material that are not under the GPL. The application is the same, exactly the same exept the name and logo.

All you need is to install the 64bit version of flash, it will work.

lleb 09-19-2009 06:46 PM

Quote:

Originally Posted by Elv13 (Post 3690078)
Iceweasel is Firefox, but rebranded. Firefox is a trademark and the little icon is copyrighted. Debian don't want to provide copyrighted material that are not under the GPL. The application is the same, exactly the same exept the name and logo.

All you need is to install the 64bit version of flash, it will work.

one further note about this. the FF fork that Debian is currently using is out of date. you will be better of apt-get remove iceweasel (and their thunderbird fork as well) and install from source pure FF and t-bird.

yes it is true once you do this, apt-get update/upgrade will no longer update FF or t-bird, but that is ok as they update them self without the need for apt-get or any other package manager from any Linux distro.

the biggest issue with the fork that Debian is using for FF is that most of the top add-ons no longer work with the older vs that Debian is forking from as they have all been upgraded to function with 3.5 and no longer function with 3.0.x as that is the most current vs of Iceweasel from the debian repositories.

the trooper 09-19-2009 07:06 PM

Quote:

What configuration was that viewed on? 64-bit Linux or 32-bit Linux? What version of Iceweasel? What was "this plugin" referring to, the backport plugin or something downloaded from Adobe and installed using Adobe's installer scripts?
I can view the link you posted using Iceweasel(3.0.14),using the flashplugin-nonfree from the Debian Testing repositories.
This is on my Amd64 machine.

Quote:

the biggest issue with the fork that Debian is using for FF is that most of the top add-ons no longer work with the older vs that Debian is forking from as they have all been upgraded to function with 3.5 and no longer function with 3.0.x as that is the most current vs of Iceweasel from the debian repositories.
Which add-ons exactly?
The main two i use are no-script and adblock plus work just fine with Iceweasel(3.0.14).

bgoodr 09-19-2009 07:17 PM

Quote:

Originally Posted by lleb (Post 3690093)
... install from source pure FF ...

Is there instructions on the Mozilla site (I looked, and they don't make it obvious how to build it from source on their main page that I can tell). And of course, I will probably have to deal with installing dev packages if I choose to go that route, which is not unexpected.

Quote:

Originally Posted by lleb (Post 3690093)
the biggest issue with the fork that Debian is using for FF is that most of the top add-ons no longer work with the older vs that Debian is forking from as they have all been upgraded to function with 3.5 and no longer function with 3.0.x as that is the most current vs of Iceweasel from the debian repositories.

Yes, and that is another perfectly valid reason to ditch iceweasel.

I did try the Swiftfox 64-bit Linux version, but basic things are not working, namely, Flash is not working out of the box, so I would have to figure out how to install it using Adobes scripts/installers/whatever. But more insidiously, items in context menus (such as clicking the right mouse button over things) are greyed out completely when the mouse is hovering over those items. Methinks they compiled it using some other toolkit than what Iceweasel used, so I'm giving up on using Swiftfox for now since it is of lower quality for basic functionality than Iceweasel 3.0.x.

And yes, I know about Iceweasel being a rebranded form of Firefox. But the fact that Iceweasel is not keeping up with Firefox is another key reason to ditch Iceweasel.

bg

lleb 09-29-2009 01:27 PM

http://support.mozilla.com/en-US/kb/...refox+on+Linux

very clear instructions from mozilla.com

c0mmandr 10-02-2009 08:29 PM

Another option is to download the 64-bit alpha version of Flash10 from Adobe. This solved my problem.

http://labs.adobe.com/downloads/flashplayer10.html

Then type: su -c tar -zxvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz /usr/lib64/mozilla/plugins


Good luck.

bgoodr 10-03-2009 02:47 PM

Quote:

Originally Posted by lleb (Post 3700762)
http://support.mozilla.com/en-US/kb/...refox+on+Linux

very clear instructions from mozilla.com

Very clear instructions to download the 32-bit Linux version of Firefox perhaps, not the 64-bit Linux version. I say this because they have a couple of things that might apply here, one being the Ubuntu instructions, which do not apply to me since I am running Debian and not Ubuntu.

The "Download Firefox from the Firefox download page to your home directory." statement on that page contains the link that should be detecting that this is a 64-bit Linux platform, but it continues to insist on downloading the 32-bit binary.



bg

bgoodr 10-03-2009 02:52 PM

What worked
 
Quote:

Originally Posted by jhwilliams (Post 3690075)
Add contrib and non-free sources to your package manager, then
Code:

sudo aptitude install flashplugin-nonfree

Thanks jhwilliams. That is the route I went with while staying with iceweasel installed from apt-get packages. This of course means that iceweasel is still stuck at v 3.0.14, but my immediate needs are met for viewing flash. I'll try the other avenues others have suggested at some later time.

Thanks for everyones help!
bg

godforsaken 07-08-2010 02:07 PM

Hi,

Found this relly useful:

http://wiki.debian.org/FlashPlayer#D...7Lenny.27amd64

bye!

sidney.harrell 06-04-2012 09:35 PM

release builds
 
http://releases.mozilla.org/pub/mozi...-x86_64/en-US/

follow the tree toward the root, then back down to your version, platform, language.

I'll let you know how it goes

Edit:
works like a charm
debian x86_64 squeeze

sidney.harrell 06-17-2012 08:40 PM

latest version is now at:
http://releases.mozilla.org/pub/mozi...-x86_64/en-US/


All times are GMT -5. The time now is 11:45 AM.