From owner-freebsd-questions@FreeBSD.ORG Sun Apr 19 18:04:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB50C106568B for ; Sun, 19 Apr 2009 18:04:18 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 519408FC1B for ; Sun, 19 Apr 2009 18:04:18 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LvbNH-0001rE-Vb for freebsd-questions@freebsd.org; Sun, 19 Apr 2009 18:04:15 +0000 Received: from pool-71-166-157-124.washdc.east.verizon.net ([71.166.157.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Apr 2009 18:04:15 +0000 Received: from nightrecon by pool-71-166-157-124.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Apr 2009 18:04:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 19 Apr 2009 14:05:07 -0400 Lines: 23 Message-ID: References: <1240163208.972.3.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-157-124.washdc.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: NSS library X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 18:04:19 -0000 Christopher Chambers wrote: > Hi, > > I was attempting to configure some software. Configure told me that: > missing required NSS library 'nss3' > > A search of my hard drive and the net came up dry. Who writes the > library and were can I download it? > > - > Regards, > Chris Chambers Take a look at: /usr/ports/security/nss It used to be a dependency for Firefox 2.x.x so it got installed and went noticed. Firefox 3.x.x uses nspr and so nss is not present. -Mike