Flash
From FreeBSDwiki
(Difference between revisions)
(→How to install flash) |
|||
Line 18: | Line 18: | ||
# Flash7 with Konqueror | # Flash7 with Konqueror | ||
[/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so] | [/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so] | ||
− | libpthread.so.0 pluginwrapper/ | + | libpthread.so.0 pluginwrapper/flash7.so |
− | libdl.so.2 pluginwrapper/ | + | libdl.so.2 pluginwrapper/flash7.so |
libz.so.1 libz.so.3 | libz.so.1 libz.so.3 | ||
libstdc++-libc6.2-2.so.3 libstdc++.so.5 | libstdc++-libc6.2-2.so.3 libstdc++.so.5 | ||
libm.so.6 libm.so.4 | libm.so.6 libm.so.4 | ||
− | libc.so.6 pluginwrapper/ | + | libc.so.6 pluginwrapper/flash7.so |
===Konqueror=== | ===Konqueror=== | ||
Line 35: | Line 35: | ||
Now go and test it out. | Now go and test it out. | ||
+ | |||
+ | ===Native Firefox=== | ||
+ | |||
+ | You will need to patch a file and compile it's all explained on this site: | ||
+ | |||
+ | http://www.jail.se/freebsd.html | ||
==External Links== | ==External Links== |
Revision as of 00:27, 26 October 2006
Contents |
How to install flash7 in Konqueror
First install linuxpluginwrapper
# pkg_add -r linuxpluginwrapper
Or with options:
# cd /usr/ports/*/linuxpluginwrapper;make install
Next install flashplugin7
# cd /usr/ports/*/linux-flashplugin7;make install
If it cannot fetch the file download it from here: http://freshmeat.net/projects/flashplugin/
libmap.conf
Add the following to /etc/libmap.conf
# Flash7 with Konqueror [/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so] libpthread.so.0 pluginwrapper/flash7.so libdl.so.2 pluginwrapper/flash7.so libz.so.1 libz.so.3 libstdc++-libc6.2-2.so.3 libstdc++.so.5 libm.so.6 libm.so.4 libc.so.6 pluginwrapper/flash7.so
Konqueror
Go to Settings -> Configure Konqueror -> plugins
Add the following to the list to search:
/usr/local/lib/npapi/linux-flashplugin
Now hit 'Scan for new plugins'
Now go and test it out.
Native Firefox
You will need to patch a file and compile it's all explained on this site:
http://www.jail.se/freebsd.html