[Bug 213667] www/firefox: Shared object "libplc4.so.1" not found, required by "libssl3.so"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 21 15:37:20 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213667
--- Comment #13 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
> jcigar at frodon:~/ > ldd /usr/local/lib/firefox/libssl3.so
> /usr/local/lib/firefox/libssl3.so:
> libnss3.so => /usr/local/lib/nss/libnss3.so (0x80163a000)
> libnssutil3.so => /usr/local/lib/nss/libnssutil3.so (0x80198e000)
Try removing these files which are probably orphans from improperly removed
package. To make sure check lib/firefox/dependentlibs.list doesn't mention
libnss3.so.
Without those files libxul.so falls back to using system-wide copies. Bundled
NSS is only built if you omit --with-system-nss e.g.,
# make.conf or www/firefox/Makefile.local
USE_MOZILLA+= -nss
but looking at your Firefox log this is not the case.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list