View Single Post
  #2   (View Single Post)  
Old 2nd October 2010
classicmanpro's Avatar
classicmanpro classicmanpro is offline
Real Name: Turea Alexandru Teodor
Fdisk Soldier
 
Join Date: Oct 2010
Location: Sinaia, Romania
Posts: 51
Post Flash 9

I managed to install Flash on NetBSD a few hours ago by using the following steps:
  1. Install nspluginwrapper and libflashsupport;
  2. Download Flash v9 (v10 has BUGS);
  3. Setup (see below):

Code:
su
mkdir -p /usr/pkg/lib/netscape/plugins
cp -i /tmp/libflashplayer.so /usr/pkg/lib/netscape/plugins/
exit
nspluginwrapper -v -i /usr/pkg/lib/netscape/plugins/libflashplayer.so
PS: When you use the plug-in for the first time it's going to give an error, but then it will work just fine. I've assumed that the plug-in "wasn't seeing" its configuration files and had to create them.
Reply With Quote