Hi,

Put the plugin in the standard directory as it is 32bit executable and not 
64bit, you can check with 

$ file libflashplayer.so
libflashplayer.so:      ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically 
linked, stripped
$


As an aside I use symbollic links for plugins

$ ls -l
total 98
lrwxrwxrwx   1 root     root          34 Apr  3 08:39 libflashplayer.so -> 
/opt/Adobe/flash/libflashplayer.so
lrwxrwxrwx   1 root     root          56 Apr  3 08:39 libjavaplugin_oji.so -> 
/usr/jdk/latest/jre/plugin/i386/ns7/libjavaplugin_oji.so
lrwxrwxrwx   1 root     root          40 Apr 10 09:56 libnpjp2.so -> 
/usr/jdk/latest/jre/lib/i386/libnpjp2.so
-rwxr-xr-x   1 root     other      43236 Apr  2 19:32 libnullplugin.so
lrwxrwxrwx   1 root     root          34 Apr  3 08:39 nphelix.so -> 
/opt/realplayer/mozilla/nphelix.so
lrwxrwxrwx   1 root     root          35 Apr  3 08:39 nphelix.xpt -> 
/opt/realplayer/mozilla/nphelix.xpt
lrwxrwxrwx   1 root     root          47 Apr  3 08:39 nppdf.so -> 
/opt/Adobe/reader/Browser/intelsolaris/nppdf.so


Then for Flash I put it in /opt/Adobe

$ ls -l
total 22
lrwxrwxrwx   1 root     root          15 Feb 13 13:42 flash -> flash_10_0_52_2
drwxr-xr-x   2 root     root         512 Aug  3  2009 flash_10_0_32_18
drwxr-xr-x   2 root     other        512 Nov  6 06:31 flash_10_0_42_34
drwxr-xr-x   2 root     other        512 Nov  6 06:31 flash_10_0_52_2
drwxr-xr-x   2 root     root         512 Jan  2 22:10 flash-10.0.22.87
lrwxrwxrwx   1 root     root          11 Jan 13 14:14 reader -> reader9.3.1
drwxr-xr-x   6 root     other        512 Mar 26  2009 Reader4
drwxr-xr-x   6 root     root         512 Mar 25  2009 Reader9
drwxrwxrwx   6 root     root         512 Sep  5  2009 reader9.1.2
drwxr-xr-x   6 root     root         512 Oct 21  2009 reader9.2
drwxr-xr-x   6 root     other        512 Jan 13 14:11 reader9.3.1

To change a flash version it is a simple matter of changing the symbollic to 
point to the latest version. I have a script which copies the plugins links 
between firefox versions.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to