Quote:
Originally Posted by vmelkon
That's what I said. People with 64 bit Linux install 32 bit Firefox + flash (yes, 32 bit as well).
64 bit flash is not stable or something. That's what I heard from my LUG (Linux user's group)
If you want to install 64 bit flash, try it.
|
Hi vmelkon,
I have Flash installed.
Steps performed as follows;
1)
On
http://www.adobe.com/shockwave/downl...ShockwaveFlash
Download "install_flash_player_9_linux.tar.gz"
On
http://gwenole.beauchesne.info/proje...pluginwrapper/
Download;
nspluginwrapper-i386-0.9.91.3-1.x86_64.rpm
nspluginwrapper-0.9.91.4-1.x86_64.rpm
All 64bit version.
2)
$ sudo apt-get install alien linux32
Code:
....
Setting up html2text (1.3.2a-3) ...
Setting up gettext (0.16.1-1ubuntu2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
Setting up debhelper (5.0.42ubuntu1) ...
Setting up libbeecrypt6 (4.1.2-6build1) ...
Setting up libneon25 (0.25.5.dfsg-6build1) ...
Setting up librpm4 (4.4.1-14build1) ...
Setting up rpm (4.4.1-14build1) ...
Setting up alien (8.65) ...
Setting up linux32 (1-3) ...
$ sudo alien -d nspluginwrapper-0.9.91.4-1.x86_64.rpm
Code:
Warning: Skipping conversion of scripts in package nspluginwrapper: postinst prerm
Warning: Use the --scripts parameter to include the scripts.
nspluginwrapper_0.9.91.4-2_amd64.deb generated
$ sudo alien -d nspluginwrapper-i386-0.9.91.3-1.x86_64.rpm
Code:
nspluginwrapper-i386_0.9.91.3-2_amd64.deb generated
$ sudo dpkg -i nspluginwrapper*.deb
Code:
Selecting previously deselected package nspluginwrapper.
(Reading database ... 43497 files and directories currently installed.)
Unpacking nspluginwrapper (from nspluginwrapper_0.9.91.4-2_amd64.deb) ...
Selecting previously deselected package nspluginwrapper-i386.
Unpacking nspluginwrapper-i386 (from nspluginwrapper-i386_0.9.91.3-2_amd64.deb) ...
Setting up nspluginwrapper (0.9.91.4-2) ...
Setting up nspluginwrapper-i386 (0.9.91.3-2) ...
$ sudo ln -s /usr/lib/nspluginwrapper/x86_64/npconfig /usr/bin/nspluginwrapper
$ tar -xzf install_flash_player_9_linux.tar.gz
$ cd install_flash_player_9_linux
$ sudo cp libflashplayer.so /usr/lib64/firefox/plugins/
$ nspluginwrapper -i /usr/lib64/firefox/plugins/libflashplayer.so
$ nspluginwrapper --list
Code:
/home/satimis/.mozilla/plugins/npwrapper.libflashplayer.so
Original plugin: /usr/lib64/firefox/plugins/libflashplayer.so
Wrapper version string: 0.9.91.4
Restart Firefox
On Address bar type;
about
lugins
Code:
Installed plug-ins
Find more information about browser plug-ins at mozilla.org.
Help for installing plug-ins is available from plugindoc.mozdev.org.
Shockwave Flash
File name: npwrapper.libflashplayer.so
Shockwave Flash 9.0 r48
MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
Installation of Flash completed.
Now Flash is running on 64bit Firefox
B.R.
satimis