Bugzilla – Bug 147997
Installation of flash-player from Macromedia fails
Last modified: 2006-02-06 10:45:45 UTC
The official flashplayer-installer from www.macromedia.com/shockwave/downloads/download.cgi www.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz suggests /usr/lib/mozilla as installation path. In SuSE-Linux this must be /usr/lib/browser-plugins. I suggest to add /usr/lib/mozilla as a symlink like this: cd /usr/lib; ln -s browser-plugins mozilla cd /usr/lib/mozilla; ln -s . components; ln -s . plugins; The subdirectories 'components' and 'plugins' are necessary for the flashplayer-installer work. flashplayer can thereafter be found by firefox and konqueror.
puh, I'm not sure if we want to add this dirty workaround for broken third-party installers? Andreas?
No - btw. flashplayer is part of our extra tree and should install correctly.
yep
Side effect: We throw away some user-friendliness -- Web pages that say 'This content requires the Maromedia Flash player _Click here to download the most recent version_' happily guide the EndUser into the void. E.g. www.novell.com/linux does so.