Bug 89796

Summary: Firefox 1.5 does not recognize common/built-in CAs - libnssckbi.so not found
Product: Ports & Packages Reporter: Christoph Moench-Tegeder <cmt>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Christoph Moench-Tegeder freebsd_committer freebsd_triage 2005-12-01 15:10:02 UTC
Firefox (as cvsup'ed today) asks me to accept certificates issued by
the "well known"/"built-in" CAs as RSA DS and Verisign when
using SSL.
This seems to be related to the issue described in this thread
http://lists.freebsd.org/pipermail/freebsd-gnome/2005-August/011919.html
(libnssckbi.so is not searched for in /usr/local/lib/ where it resides
but in /usr/local/lib/netscape/ which does not exist).
Indeed ktrace/kdump shows
  25152 firefox-bin CALL  stat(0x8698ac0,0xbfbfa738)
  25152 firefox-bin NAMI  "/usr/X11R6/lib/firefox/libnssckbi.so"
  25152 firefox-bin RET   stat -1 errno 2 No such file or directory
  25152 firefox-bin CALL  stat(0x8698b40,0xbfbfa738)
  25152 firefox-bin NAMI  "/usr/local/lib/netscape/libnssckbi.so"
  25152 firefox-bin RET   stat -1 errno 2 No such file or directory
  25152 firefox-bin CALL  stat(0x8698b80,0xbfbfa738)
  25152 firefox-bin NAMI  "/usr/X11R6/lib/firefox/libnssckbi.so"
  25152 firefox-bin RET   stat -1 errno 2 No such file or directory
  25152 firefox-bin CALL  gettimeofday(0xbfbfa960,0)

Fix: 

Should work as described in
http://lists.freebsd.org/pipermail/freebsd-gnome/2005-August/011933.html
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-12-01 15:44:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers.
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2005-12-02 05:31:08 UTC
State Changed
From-To: open->closed

Committed a fix, thanks for reported. Wait for CVSup mirror to catch up the 
changes.