I've compile the basic plugin found here but I can't figure out how to install it on my Ubuntu machine.
+2
A:
Quick answer: to enable the plugin in Ubuntu's of Firefox, copy your npbasicplugin.so
to /usr/lib/mozilla/plugins/
.
The plugins path for various UNIX browsers has varied a lot.
/usr/lib/netscape/plugins/
/usr/lib/mozilla/plugins/
/usr/lib/mozilla-firefox/plugins/
/usr/lib/nsbrowser/plugins/
/opt/netscape/plugins/
Those are only some of the locations that modern browsers on modern distributions seem to use. Luckily, a distribution usually configures all the browsers they ship to look in a common path, so that you only need to install a plugin to one directory to enable it across all browsers on a system. (IIRC BSD ports is an exception, but anyhow...)
ephemient
2009-10-21 01:49:52
Most helpful! Thanks a lot!
jldupont
2009-10-21 14:22:13
thanks .. Under fedora 12 I had to copy it in /usr/lib/mozilla/plugins-wrapped/
Xinus
2010-02-16 03:25:05