LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Shockwave Flash for OpenSuse 64 bit (https://www.linuxquestions.org/questions/linux-newbie-8/shockwave-flash-for-opensuse-64-bit-650008/)

odyssey84 06-17-2008 07:55 PM

Shockwave Flash for OpenSuse 64 bit
 
Greetings - I've attempted to install Flashplugin on my 64 bit machine, unfortunately, no go. Is the 64 bit the problem? Any ideas for a workaround? Thanks!

weibullguy 06-17-2008 08:11 PM

Well, since you didn't provide the error message or any other useful information, I am presuming that you got this message when you attempted to execute the installer:
Code:

ERROR: Your architecture, \'x86_64\', is not supported by the Adobe Flash Player installer.
Assuming OpenSuSE 64-bit is standards compliant, the problem is Adobe not the 64-bits. To install Flash Player on an x86_64 machine you can do the following:
Code:

wget http://svn.cross-lfs.org/svn/repos/patches/flashplayer/flashplayer-9.0.31.0-allowx86_64-1.patch &&
cd install_flash_player_9_linux &&
patch -Np1 -i ../flashplayer-9.0.31.0-allowx86_64-1.patch &&
./flashplayer-installer

Of course, Flash Player is ONLY available as a 32-bit library. If OpenSuSE 64-bit is standards-compliant, then no problem.

odyssey84 06-17-2008 08:32 PM

No error message
 
All I get is that when I go to youtube or some other video in Firefox is the same message - Plugin missing. Nothing else. I've installed it from rpm more than a few times and it's not being recognized.

weibullguy 06-17-2008 09:17 PM

You are likely using a 64-bit version of Firefox. To use Flash Player, you must use a 32-bit version of Firefox. Once again, if OpenSuSE 64-bit is standards compliant, then installing a 32-bit version of Firefox is trivial.

btmiller 06-18-2008 02:21 AM

You can also use nspluginwrapper to run 32 bit plug-ins in a 64 bit Firefox.


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