Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on AMD64
  • Search

Which Flash player with a 64 bits mozilla ?

Have an x86-64 problem? Post here.
Locked
Advanced search
49 posts
  • 1
  • 2
  • Next
Author
Message
Getget94
n00b
n00b
Posts: 6
Joined: Sun Mar 21, 2004 1:04 pm

Which Flash player with a 64 bits mozilla ?

  • Quote

Post by Getget94 » Sun Mar 21, 2004 3:24 pm

Hello, I currently emerged mozilla 1.6, swfdec and libswf, but it doesn't work :/

Do you managed to get a working flash player with a 64bits version of browser ?

(Sorry for the english & the question, but i'm a french noob lol)
Top
altrent
n00b
n00b
Posts: 56
Joined: Wed Mar 03, 2004 5:40 pm

  • Quote

Post by altrent » Sun Mar 21, 2004 5:41 pm

Salut,


You have to emerge the mozilla-firefox-bin (32 bits compiled firefox) along with all the pre-required emul libraries. It works very well for me.
64bits browser do not work with flash yet.
Top
Getget94
n00b
n00b
Posts: 6
Joined: Sun Mar 21, 2004 1:04 pm

  • Quote

Post by Getget94 » Sun Mar 21, 2004 5:53 pm

It seems like I can't emerge it .... do I have to emerge 32 bits emulation before ? Do I have to put a ACCEPT_KEYWORDS somewhere ?

It seems not that simple to build 32 bits appz, I hink i'll wait until 64 bit flash is available lol
Top
plemon
n00b
n00b
Posts: 8
Joined: Mon Jun 09, 2003 7:00 am

mozilla-firefox-bin install

  • Quote

Post by plemon » Sun Mar 21, 2004 7:14 pm

To get mozilla-firefox-bin to install and work correctly on the amd64 platform, you'll need to emerge to emul-linux-* packages from the app-emulation tree

eg:

emerge emul-linux-x86-baselibs
emerge emul-linux-x86-xlibs
emerge emul-linux-x86-gtklibs

and then emerge mozilla-firefox-bin. This has several dependancies on lib-compat etc etc that arn't needed on amd64, so use

emerge --nodeps mozilla-firefox-bin

now your all set to emerge netscape-flash

This should get you up and running in now time! Now it's time to visit www.castlewolfenstein.com (which requires flash to work properly), and demand an x86_64 port!

Phill L / not|me
Top
Getget94
n00b
n00b
Posts: 6
Joined: Sun Mar 21, 2004 1:04 pm

  • Quote

Post by Getget94 » Sun Mar 21, 2004 9:36 pm

Thank you for your patience :)
I have a problem merging firefox :

Code: Select all

tux root # emerge --nodeps mozilla-firefox-bin
Calculating dependencies
!!! all ebuilds that could satisfy "mozilla-firefox-bin" have been masked.
!!! possible candidates are:
- net-www/mozilla-firefox-bin-0.8 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.
If you can help :)
Top
himpierre
l33t
l33t
User avatar
Posts: 867
Joined: Sat Aug 31, 2002 7:08 am
Location: Berlin

  • Quote

Post by himpierre » Sun Mar 21, 2004 9:49 pm

Hello

Try:

Code: Select all

emerge --nodeps /usr/portage/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild
Thomas
Top
Getget94
n00b
n00b
Posts: 6
Joined: Sun Mar 21, 2004 1:04 pm

  • Quote

Post by Getget94 » Sun Mar 21, 2004 11:04 pm

This works ;)
Top
Poseidon
n00b
n00b
User avatar
Posts: 18
Joined: Thu Apr 18, 2002 2:05 pm
Location: New Hampshire, US
Contact:
Contact Poseidon
Website

  • Quote

Post by Poseidon » Tue Apr 06, 2004 6:58 pm

You don't need a 32-bit browser. Guys, this is WHY we have a lib-compat library and the 32-bit emulation. Sometimes, I wonder where people pull stuff from. :roll:

Unfortunately the lib-compat emerge is retarded and broken. Just manually untar it and copy the files from the "x86" to your "/lib" directory.

:idea: Flash works for me on my native Mozilla 1.7 beta 64-bit, Netscape 7.1 (precompiled), and my custom emerged Mozilla 1.6.1 compiled here for 64-bit.

This should work for other plugins as well.
Top
alshain
Apprentice
Apprentice
User avatar
Posts: 202
Joined: Fri Aug 02, 2002 2:33 pm
Location: London, UK

  • Quote

Post by alshain » Wed Apr 07, 2004 9:18 am

Poseidon wrote:You don't need a 32-bit browser. Guys, this is WHY we have a lib-compat library and the 32-bit emulation. Sometimes, I wonder where people pull stuff from. :roll:

Unfortunately the lib-compat emerge is retarded and broken. Just manually untar it and copy the files from the "x86" to your "/lib" directory.

:idea: Flash works for me on my native Mozilla 1.7 beta 64-bit, Netscape 7.1 (precompiled), and my custom emerged Mozilla 1.6.1 compiled here for 64-bit.

This should work for other plugins as well.
This didn't work for me, but then I'd have been surprised if it had. Are you sure you have your browsers compiled as 64-bit?

Andrew
Top
emanuelez
n00b
n00b
Posts: 11
Joined: Mon Sep 22, 2003 7:08 am
Location: Italy
Contact:
Contact emanuelez
Website

  • Quote

Post by emanuelez » Thu Apr 08, 2004 2:57 pm

Poseidon wrote:You don't need a 32-bit browser. Guys, this is WHY we have a lib-compat library and the 32-bit emulation. Sometimes, I wonder where people pull stuff from. :roll:

Unfortunately the lib-compat emerge is retarded and broken. Just manually untar it and copy the files from the "x86" to your "/lib" directory.

:idea: Flash works for me on my native Mozilla 1.7 beta 64-bit, Netscape 7.1 (precompiled), and my custom emerged Mozilla 1.6.1 compiled here for 64-bit.

This should work for other plugins as well.
do u feel like creating a better ebuild? :)
Top
Vendicatore
Apprentice
Apprentice
Posts: 252
Joined: Mon Apr 05, 2004 6:51 am
Location: Carate Brianza, Italy

  • Quote

Post by Vendicatore » Thu Apr 08, 2004 10:49 pm

It didn't work for me too.
The emul libs are only for 32bit binary to run even if they aren't statically linked with requested libs...
But I've another problems with 64bit native Mozilla (and Firefox too):
it dont recognize correctly java plugin of blackdown jdk 1.4.2 (rc1) compiled in 64bit.
Anyone have this problem too?
Top
Corona688
Veteran
Veteran
User avatar
Posts: 1204
Joined: Sat Jan 10, 2004 7:51 pm

  • Quote

Post by Corona688 » Thu Apr 08, 2004 10:55 pm

In order to get netscape-flash working, I had to borrow the libstdc++-libc6.2-2.so.3 from a 32-bit x86 Redhat box; gflashplayer and the netscape-flash plugin wouldn't use the 32-bit one the emulation libraries installed no matter how much I yelled at them. Try 'ldd gflashplayer' to see if it needs that lib; it might not be the 64-bit browser's fault.
Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html
Top
Q
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 149
Joined: Wed Apr 17, 2002 10:39 am
Location: Oxford, UK

  • Quote

Post by Q » Fri Apr 16, 2004 2:39 am

The blackdown 1.4.2_rc1 64 bit jdk plugin works with mozilla 1.6. The symlink in the mozilla plugin directory is to the wrong filename. Correcting the link makes it all work
AMD 64 3200
Shuttle SN85G4/NForce 3 Chipset
Top
Lemma
Guru
Guru
User avatar
Posts: 416
Joined: Fri Apr 19, 2002 7:02 pm
Location: Uppsala, Sweden

  • Quote

Post by Lemma » Tue May 04, 2004 10:47 am

Q wrote:The blackdown 1.4.2_rc1 64 bit jdk plugin works with mozilla 1.6. The symlink in the mozilla plugin directory is to the wrong filename. Correcting the link makes it all work
And to what may I ask? I have tried to get it working but to no avail...
Always make it as simple as possible, but no simpler
/Einstein
Top
Lemma
Guru
Guru
User avatar
Posts: 416
Joined: Fri Apr 19, 2002 7:02 pm
Location: Uppsala, Sweden

  • Quote

Post by Lemma » Tue May 04, 2004 10:54 am

Lemma wrote:
Q wrote:The blackdown 1.4.2_rc1 64 bit jdk plugin works with mozilla 1.6. The symlink in the mozilla plugin directory is to the wrong filename. Correcting the link makes it all work
And to what may I ask? I have tried to get it working but to no avail...
And 2 min after I have the answer :oops:. You have to ask a Q to find the answer, it seems ;-)
Always make it as simple as possible, but no simpler
/Einstein
Top
Q
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 149
Joined: Wed Apr 17, 2002 10:39 am
Location: Oxford, UK

  • Quote

Post by Q » Fri May 07, 2004 6:45 pm

Here is what you need to do

1. go to /usr/lib/mozilla/plugins
2. rm javaplugin_oji.so
3. ln -s /opt/blackdown-jdk-1.4.2_rc1/jre/plugin/amd64/mozilla/libjavaplugin_oji.so javaplugin_oji.so
AMD 64 3200
Shuttle SN85G4/NForce 3 Chipset
Top
Ben2040
Guru
Guru
User avatar
Posts: 445
Joined: Wed May 07, 2003 2:21 pm
Location: UK
Contact:
Contact Ben2040
Website

  • Quote

Post by Ben2040 » Sat May 08, 2004 9:58 am

Hi

Does that also work with the JRE?

Ben
Top
herbie
Guru
Guru
User avatar
Posts: 319
Joined: Wed Oct 09, 2002 10:08 am
Location: London UK

  • Quote

Post by herbie » Sat May 08, 2004 10:18 am

Ben2040 wrote:Does that also work with the JRE?
I don't think it does. Well at least I couldn't get it to work with the jre but the jdk plugin worked fine.
Top
poisson
n00b
n00b
User avatar
Posts: 35
Joined: Sun Nov 24, 2002 2:13 pm

  • Quote

Post by poisson » Sun May 09, 2004 2:00 pm

Generally speaking, 32bit plugins work with 32bit browsers, and 64bit plugins works with 64bit browsers.

In fact on my dual Opteron box, Netscape recognize Shockwave Flash and Acrobat plugins, while Firefox recognize Java (both 64bit built from scratch).

32bit emulation support does not help. I think the only way to have Firefox with flash plugin is to force Macromedia to release a native version.
Top
Pythagoras1
Guru
Guru
User avatar
Posts: 352
Joined: Mon Jul 29, 2002 10:38 am
Location: Burgas, Bulgaria
Contact:
Contact Pythagoras1
Website

  • Quote

Post by Pythagoras1 » Sun Jun 13, 2004 3:17 pm

and why doesn't even gplflash work?
Top
LaNcom
Apprentice
Apprentice
Posts: 254
Joined: Sat May 03, 2003 1:14 am
Location: Erfurt, Germany

  • Quote

Post by LaNcom » Sun Jun 13, 2004 5:12 pm

GPLFlash _does_ work, more or less. But it's very unstable, only supports parts of Flash up to v4, crashes on v5, v6 and v7 applets, and it seems to be abandoned for quite some time now.

I think it should be possible to create some remote control/ translator plugin (something like plugger, a 64bit plugin that opens and controls 32bit plugins loaded in a 32bit plugin host, maybe using ports to communicate). But then again, I'm no coder. Maybe this would be possible with something like KDE's nspluginviewer, I don't know if it's possible for 32bit DCOP apps to communicate with 64bit DCOP apps, so this could be used for communication...
Anyone interested to give it a try?! ;-)
Top
Pythagoras1
Guru
Guru
User avatar
Posts: 352
Joined: Mon Jul 29, 2002 10:38 am
Location: Burgas, Bulgaria
Contact:
Contact Pythagoras1
Website

  • Quote

Post by Pythagoras1 » Mon Jun 14, 2004 6:39 pm

LaNcom wrote:GPLFlash _does_ work, more or less. But it's very unstable, only supports parts of Flash up to v4, crashes on v5, v6 and v7 applets, and it seems to be abandoned for quite some time now.
well i knew that gplflash is the usual way for linux on ppc, but my amd64-bit firefox doesn't recognize the amd64-bit gplflash plugin when i enter about:plugins althought it's present in all plugin directories firefox is looking in. so what's wrong with it?
Top
Pythagoras1
Guru
Guru
User avatar
Posts: 352
Joined: Mon Jul 29, 2002 10:38 am
Location: Burgas, Bulgaria
Contact:
Contact Pythagoras1
Website

  • Quote

Post by Pythagoras1 » Fri Jul 09, 2004 1:03 pm

netscape-flash isn't masked any more for ~amd64 but it still doesn't work with 64 bit firefox.
Top
PredatorX
n00b
n00b
Posts: 55
Joined: Sat May 22, 2004 2:03 pm

  • Quote

Post by PredatorX » Wed Jul 21, 2004 5:13 pm

Okay guys.
By reading this post I have mozilla firefox bin working with flash
and mozilla (64-bit) with java.
Hell, I want ONE browser that's supports both!
I don't care how many bits it has.
I tried to emerge the sun-jre-bin. Works, but when I symlink the java plugin from the
/opt/sun-jre-bin-1.4.2.05/plugin/i386/ns610-gcc32 dir, firebird crashes when I open this page:
http://www.javatester.org/version.html
where mozilla gives the blackdown plugin.
Does any one know how to get Java working on the firebird-bin (0.8 ) or other versions maybe do work?
Thanks for any help!
Boycot monopolists, they destroy quality and apparently emerge out of lack of moral. http://www.kmfms.com . Open Source 4 all :)
Top
p-Lo
n00b
n00b
User avatar
Posts: 41
Joined: Wed Mar 10, 2004 10:06 pm
Location: Lewes, Delaware (US)

  • Quote

Post by p-Lo » Thu Jul 22, 2004 9:51 pm

using firefox-bin and netscape-flash-7.x on my 64 bit install still doesn't even work entirely correctly. It has problems with keyboard input sometimes, and sometimes pauses and continues otherwise smooth animations every few seconds. I hope the plugin improves sometime soon, because i don't see any open format or tools replacing flash anytime in the forseeable future.
____
p-Lo
Top
Locked

49 posts
  • 1
  • 2
  • Next

Return to “Gentoo on AMD64”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic