Date: Mon, 8 Mar 2004 12:24:22 +0800 From: leafy <leafy@leafy.idv.tw> To: Alexandre Ahmim-Richard <passe@clope.net> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: [Mozilla Firefox report] Problem running firefox Message-ID: <20040308042422.GA71505@chihiro.leafy.idv.tw> In-Reply-To: <404BEF60.4060008@clope.net> References: <404BCFDD.1050008@clope.net> <20040308030017.GA55754@xor.obsecurity.org> <1078715196.88418.56.camel@shumai.marcuscom.com> <404BE50F.10404@clope.net> <1078716365.88418.59.camel@shumai.marcuscom.com> <404BE89A.3040806@clope.net> <1078717120.88418.61.camel@shumai.marcuscom.com> <404BEF60.4060008@clope.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 08, 2004 at 04:58:24AM +0100, Alexandre Ahmim-Richard wrote: > Ok, here is the entire output : > firefox-bin: > libc_r.so.5 => /usr/lib/libc_r.so.5 (0x2871a000) > libpthread.so.1 => /usr/lib/libpthread.so.1 (0x288b7000) and this is the culprit. You'll have to hunt donw whatever upstream dependancy is compiled against libc_r and recompile it to link agains libpthread. Meanwhile, please insert this in your /etc/libmap.conf libc_r.so.5 libpthread.so.1 # Everything uses 'libpthread' libc_r.so libpthread.so as a work-around Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040308042422.GA71505>