|
jmcfarlane
Posts: 607 Replies: 0 |
May 07, 2003 @22:19
Same topic
|
how do you install flash for opera on freebsd?
|
> update your ports tree: root# cd /usr/ports && cvsup ports-supfile > install the flash plugin: root# cd /usr/ports/www/linux-flashplugin root# make && make install clean > link the plugin to where opera will look for it: root# cd /usr/X11R6/share/opera/plugins root# ln -s /usr/local/lib/flash/libflashplayer.so libflashplayer.so > restart opera, cross fingers <a href="http://www.opera.com/linux/docs/plugins/install/#flash" target="_blank">http://www.opera.com/linux/docs/plugins/install/#flash</a> hope this helps John M. |
|