-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-11-15 13:53:09 -0500, Tijl Coosemans wrote: > On Fri, 15 Nov 2013 13:36:50 -0500 Jung-uk Kim wrote: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> On 2013-11-15 05:44:39 -0500, Tijl Coosemans wrote: >>> On Thu, 14 Nov 2013 16:19:35 -0500 Jung-uk Kim wrote: >>>> On 2013-11-14 14:53:29 -0500, Greg Rivers wrote: >>>>> On Thu, 14 Nov 2013, Sergey V. Dyatko wrote: >>>>>> run `nspluginwrapper -a -v -i` now. >>>>> >>>>> On Thu, 14 Nov 2013, Mike Jakubik wrote: >>>>>> I had the same problem, this fixed it for me. >>>>>> >>>>>> % nspluginwrapper -v -a -i >>>>> >>>>> Thanks for the suggestions guys, but for me, >>>>> `nspluginwrapper -a -v -i` does not find the .so either. >>>>> Sorry, I should have mentioned that in the first place. >>>>> >>>>> I imagine Jung-uk Kim will fix nspluginwrapper presently. >>> >>>> Automatic installation is now updated. >>> >>>> http://svnweb.freebsd.org/changeset/ports/333796 >>> >>> Does firefox scan this new location? I still need this >>> symlink: >>> /usr/local/lib/npapi/symlinks/firefox/npwrapper.libflashplayer.so >>> -> /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so >> >> First of all, www/linux-f10-flashplugin does not install >> libflashplayer.so under ${PREFIX}/lib/npapi any more. You need >> to upgrade it first. In fact, using ${PREFIX}/lib/npapi is >> completely deprecated now. >> >> http://svnweb.freebsd.org/changeset/ports/333662 >> >> Second, installing system-wide plugin wrappers are not >> recommended. Please remove all stale symlinks and run the wrapper >> for each user unless it is absolutely necessary. >> >> However, if system-wide installation is absolutely necessary for >> some reason, you can run nspluginwrapper as *root*, i.e., >> >> # pwd /usr/local/lib/browser_plugins # ls -l *.so # id >> uid=0(root) gid=0(wheel) groups=0(wheel),5(operator) # >> nspluginwrapper -v -a -i Auto-install plugins from >> /usr/local/lib/browser_plugins Looking for plugins in >> /usr/local/lib/browser_plugins Auto-install plugins from >> /usr/local/lib/browser_plugins/linux-f10-flashplugin Looking for >> plugins in /usr/local/lib/browser_plugins/linux-f10-flashplugin >> Install plugin >> /usr/local/lib/browser_plugins/linux-f10-flashplugin/libflashplayer.so >> >> into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so >> Auto-install plugins from >> /usr/local/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux >> Looking for plugins in >> /usr/local/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux >> Install plugin >> /usr/local/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux/nppdf.so >> >> into /usr/local/lib/browser_plugins/npwrapper.nppdf.so >> Auto-install plugins from /root/.mozilla/plugins Looking for >> plugins in /root/.mozilla/plugins # ls -l *.so - -rwxr-xr-x 1 >> root wheel 124576 11 15 13:31 npwrapper.libflashplayer.so - >> -rwxr-xr-x 1 root wheel 124576 11 15 13:31 npwrapper.nppdf.so >> >> Note the plugin wrappers are automatically created on the >> directory. > > Thanks, but firefox does not scan /usr/local/lib/browser_plugins. I > found out it's /usr/local/lib/browser_plugins/symlinks/gecko19.
Correct. You must create a correct symlink under browser-specific directory, not just the plugin wrapper, to complete the system-wide installation. However, system-wide Linux wrappers are NOT recommended unless you have no choice. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJShnWqAAoJEHyflib82/FGoPcH/2qbOedhR8WyTy5lAM7GP3So NpbxygI4j97y9MIbjqr2/AvrJsxgT3PBwKAKaqM+dIesc2g0WcX4cNfN2spL7/4o +TM1Isk3HBI1B6KFBzYcBSvrYqPkKIvcmFnuClBTSeTRE1t9CQw3e14QPvxwaMig 6ByEpXtUbsrU2h+KZarRgJEZISveqv2qaN/IDOzNQqp7RX8ADgBTgoVFEuAwlKpI p5pJAGKEyXVy63Hd3MTQdrhtasIhjVB60sje1KWjGw2W0x81KoSCOVylwIDTyja8 cJJCTTELlPr5ip1T9reS8L2uw2cw8iPEF/Wbba7UwQzBv0PXF4FIs7ke3bMtrdc= =nYC7 -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
