Subject: Re: 2 questions because of FreeBSD pkgsrc trouble
To: Michal Pasternak <michal@pasternak.w.lub.pl>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 01/01/2004 18:58:10
On Wed, Dec 31, 2003 at 05:29:16PM +0100, Michal Pasternak wrote:

> On FreeBSD:
> 
> 1) www/mozilla builds and instals okay, but it doesnt include Personal 
>    Security Manager -- eg. no https:// protocol in it. 
>    
>    Does a generic build of www/mozilla on NetBSD include https:// ?

yes, it does.

I think this problem is the result of mozilla being unable to find
libssl3.so, or libssl3.so unable to find it's required shared libs.

check out mozilla/patches/patch-ab and patch-bo, which might need
tweaking for FreeBSD (iirc, the NetBSD runtime linker passes the
rpath down to shared libraries, where FreeBSD's doesn't).

grant.