LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 07-29-2007, 04:43 AM   #1
lianbinjie
LQ Newbie
 
Registered: Jan 2007
Location: China
Posts: 11

Rep: Reputation: 0
Question install flash player on fedora 6 x86_64


Recently, when i install flash player on my fedora linux 6 x86_64, there have a error:

ERROR: Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer.

I search on this site, there are some people have the same question. and there are some answer. the most is to uninstall firefox 64 bit and install the 32 bit one.

But when i uninstall firefox with yum remove firefox, then install the firefox-1.5.0.7-7.fc6.i386.rpm and firefox-devel-1.5.0.7-7.fc6.i386.rpm. I view the firefox version is still Mozilla/5.0 (X11; U; Linux i686 (x86_64); zh-CN; rv:1.8.0.12). I don't know if firefox-1.5.0.7-7.fc6.i386.rpm is a 32 bit software.. if it is not, please tell me where to find 32 bit firefox. I'm new to fedora linux, I want to know how to resolve this question.
please tell me the detail. thanks


thanks everyone
 
Old 07-29-2007, 05:28 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
The 32bit flash player works just fine on my 64bit firefox. All you need to do is install the flashplayer files and enable them via nspluginwrapper.

The only hurdle is that the installer program distributed by Adobe doesn't work on 64. You have to download the tar.gz version from here, untar it, and copy the two files (libflashplayer.so and flashplayer.xpt) by hand to a location such as /usr/lib/browser-plugins/.

Then, all you need to do is direct nspluginwrapper to the plugin with the following command:

nspluginwrapper -i /usr/lib/browser-plugins/libflashplayer.so

That's it. The plugin should be working in your x86_64 Firefox and Mozilla. about:plugins should confirm it.

See the Mozilla plug-in FAQ for more info on 64bit support.

Last edited by David the H.; 07-29-2007 at 05:30 AM.
 
Old 07-29-2007, 05:42 AM   #3
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
You may need to install flash by hand depending on which version you downloaded(rpm or tar.gz file). The rpm version should install without any problem, as root type;

rpm -Uvh flash-plugin-9.0.48.0-release.i386.rpm

You have the 32-bit version of firefox installed as shown from what you posted "Mozilla/5.0 (X11; U; Linux i686 (x86_64); zh-CN; rv:1.8.0.12)", but you can check to make sure;

rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n" 'firefox*'

Finally you can use flash and some other 32-bit plugins with the 64-bit version of firefox, all you need are a couple of rpm packages from here;

http://gwenole.beauchesne.info/proje...pluginwrapper/

Direct links to the two rpm packages;
http://gwenole.beauchesne.info/proje...4-1.x86_64.rpm
http://gwenole.beauchesne.info/proje...4-1.x86_64.rpm

Install by (as root) typing: rpm -Uvh nspluginwrapper*.rpm

The results are:
Code:
$ ls -hal /usr/lib64/mozilla/plugins
total 668K
drwxr-xr-x 2 root root 4.0K Jul 19 21:18 .
drwxr-xr-x 3 root root 4.0K Jul 18 01:15 ..
lrwxrwxrwx 1 root root   62 Jun 23 07:33 libjavaplugin_oji.so -> /usr/local/j2re1.4.2/plugin/amd64/mozilla/libjavaplugin_oji.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.libflashplayer.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.mplayerplug-in-dvx.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.mplayerplug-in-qt.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.mplayerplug-in-rm.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.mplayerplug-in.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.mplayerplug-in-wmp.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.npjp2_linux_jasper_pthread.so
-rwxr-xr-x 1 root root  69K Jul  2 07:44 npwrapper.nppdf.so
lrwxrwxrwx 1 root root   61 Jul  2 07:44 npwrapper.so -> ../../../../usr/lib/nspluginwrapper/x86_64/linux/npwrapper.so
-rwxr-xr-x 1 root root  34K Feb 12 08:06 nsdejavu.so
 
Old 08-02-2007, 01:57 AM   #4
lianbinjie
LQ Newbie
 
Registered: Jan 2007
Location: China
Posts: 11

Original Poster
Rep: Reputation: 0
thanks David the H. and lenard, as you say, I resolve the questions.
 
Old 03-27-2008, 06:11 AM   #5
linux_aman
LQ Newbie
 
Registered: Dec 2006
Posts: 2

Rep: Reputation: 0
Fedora 8

Hi Everybody,


It's working fine in fedora 8.0 (i686). Thanks David the H. and lenard,
 
  


Reply

Tags
flash, player, x8664



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot Install Flash Player x86_64 plk Linux - Software 7 05-12-2007 04:36 AM
flash plug in for firefox or mozilla impossible to install with fedora x86_64 jacques_paris Linux - General 9 01-15-2007 04:37 AM
Flash Player on FC5 2.6.17 X86_64 LinuxguySc Linux - Software 5 07-21-2006 03:37 AM
Macromedia Flash Player would not install on Fedora Core 3 x86 a1ex_007 Red Hat 5 03-11-2005 09:26 AM
Flash Player for SuSe 9.0 X86_64 AMD64 Linux - Software 2 02-03-2004 12:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration