Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 15:37:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 213667] www/firefox: Shared object "libplc4.so.1" not found, required by "libssl3.so"
Message-ID:  <bug-213667-21738-F7aBFjglgY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213667-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213667-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213667

--- Comment #13 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
> jcigar@frodon:~/ > ldd /usr/local/lib/firefox/libssl3.so
> /usr/local/lib/firefox/libssl3.so:
>         libnss3.so =3D> /usr/local/lib/nss/libnss3.so (0x80163a000)
>         libnssutil3.so =3D> /usr/local/lib/nss/libnssutil3.so (0x80198e00=
0)

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. Bundl=
ed
NSS is only built if you omit --with-system-nss e.g.,

  # make.conf or www/firefox/Makefile.local
  USE_MOZILLA+=3D -nss

but looking at your Firefox log this is not the case.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213667-21738-F7aBFjglgY>