LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   install flash player on fedora 6 x86_64 (https://www.linuxquestions.org/questions/linux-software-2/install-flash-player-on-fedora-6-x86_64-a-573118/)

lianbinjie 07-29-2007 04:43 AM

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

David the H. 07-29-2007 05:28 AM

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.

Lenard 07-29-2007 05:42 AM

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


lianbinjie 08-02-2007 01:57 AM

thanks David the H. and lenard, as you say, I resolve the questions.

linux_aman 03-27-2008 06:11 AM

Fedora 8
 
Hi Everybody,


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


All times are GMT -5. The time now is 06:52 AM.