Here's what I used, with firefox 3.1 beta:
Code:
# http://labs.adobe.com/downloads/flashplayer10.html
rpm -e flash-plugin
rpm -e nspluginwrapper
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
tar -zxf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
chown root:root libflashplayer.so
chmod 755 libflashplayer.so
mv libflashplayer.so /usr/lib64/mozilla/plugins/
Last edited by brebs; 17th November 2008 at 05:25 PM.
Reason: Moved to generic mozilla dir, rather than /usr/lib64/firefox-3.1b2pre/plugins/
|