Porting Songbird - what does it depend on?

Jason Evans jasone at FreeBSD.org
Wed Dec 9 04:39:26 UTC 2009


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


More information about the freebsd-ports mailing list