Error installing Flash

Got an error installing the flash player...
Code:
=> install_flash_player_10_linux.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/10.1r102.65.
=> Attempting to fetch http://fpdownload.macromedia.com/get/flashplayer/current//install_flash_player_10_linux.tar.gz
fetch: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz: size mismatch: expected 4911328, actual 5456136
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/10.1r102.65//install_flash_player_10_linux.tar.gz
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/10.1r102.65/install_flash_player_10_linux.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/flashplugin/10.1r102.65 and try again.
*** Error code 1

Stop in /usr/ports/www/linux-f10-flashplugin10.
Hrm...
 
Yup, Adobe changed the file. Fetch manually and adjust SHA256 signature. Here's my distinfo from the port;

Code:
SHA256 (flashplugin/10.3r181.14/install_flash_player_10_linux.tar.gz) = b98819f423de38432d9a6f044ae2b73dddd789ab6079d1ac19b7882783ae35eb
SIZE (flashplugin/10.3r181.14/install_flash_player_10_linux.tar.gz) = 5456136
SHA256 (flashplugin/10.3r181.14/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf
SIZE (flashplugin/10.3r181.14/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455
 
Did you run nspluginwrapper as your normal user or as root? What output did you get from the nspluginwrapper command?

Adam
 
OK, done as a regular user just now:
Code:
$ nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Install plugin /usr/local/lib/browser_plugins/libflashplayer.so
 ... already installed system-wide, skipping
Auto-install plugins from /home/dave/.mozilla/plugins
Looking for plugins in /home/dave/.mozilla/plugins

as the superuser:
Code:
# nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Install plugin /usr/local/lib/browser_plugins/libflashplayer.so
  into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so
Auto-install plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins
 
The plugin was NOT in ~/.mozilla/plugins, so I copied it there as a regular user.
Code:
$ cp /usr/local/lib/browser_plugins/libflashplayer.so ./
$ nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Install plugin /usr/local/lib/browser_plugins/libflashplayer.so
 ... already installed system-wide, skipping
Auto-install plugins from /home/dave/.mozilla/plugins
Looking for plugins in /home/dave/.mozilla/plugins
Install plugin /home/dave/.mozilla/plugins/libflashplayer.so
  into /home/dave/.mozilla/plugins/npwrapper.libflashplayer.so
Success. :) Thanks everyone. :)
 
Back
Top