Date: Tue, 08 Dec 2009 20:19:57 -0800 From: Jason Evans <jasone@FreeBSD.org> To: Eitan Adler <eitanadlerlist@gmail.com> Cc: ports@freebsd.org, gecko@freebsd.org Subject: Re: Porting Songbird - what does it depend on? Message-ID: <4B1F256D.8010008@FreeBSD.org> In-Reply-To: <a0777e080912080958x97e6f72r9d06e1d229840396@mail.gmail.com> References: <a0777e080912080958x97e6f72r9d06e1d229840396@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B1F256D.8010008>