https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213667
--- Comment #13 from Jan Beich (mail not working) <[email protected]> --- > jcigar@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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
