From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 9 04:39:26 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 985FA106568F; Wed, 9 Dec 2009 04:39:26 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from canonware.com (10140.x.rootbsd.net [204.109.63.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7A65F8FC2C; Wed, 9 Dec 2009 04:39:26 +0000 (UTC) Received: from [IPv6:::1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by canonware.com (Postfix) with ESMTPSA id 104292844B; Tue, 8 Dec 2009 20:19:57 -0800 (PST) Message-ID: <4B1F256D.8010008@FreeBSD.org> Date: Tue, 08 Dec 2009 20:19:57 -0800 From: Jason Evans User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Eitan Adler References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, gecko@freebsd.org Subject: Re: Porting Songbird - what does it depend on? X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2009 04:39:26 -0000 Eitan Adler wrote: > While attempting to port Songbird to firefox I get > > /usr/local/lib/linux-songbird/songbird-bin > /usr/local/lib/linux-songbird/songbird-bin: error while loading shared > libraries: libjemalloc.so: cannot open shared object file: No such > file or directory > > What dependency am I missing? Chances are that you just need to specify something like --disable-jemalloc to Songbird's configure script. FreeBSD's malloc implementation is pretty much the same as the one embedded in Songbird, so there's no need to override the system malloc. Jason