From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 7 20:24:26 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA0316A4CE; Sun, 7 Mar 2004 20:24:26 -0800 (PST) Received: from seed.net.tw (sn15.seed.net.tw [139.175.54.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD4A43D2F; Sun, 7 Mar 2004 20:24:26 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=51505 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1B0CJT-000JSS-FB; Mon, 08 Mar 2004 12:24:23 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id C66EE1BB; Mon, 8 Mar 2004 12:24:22 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70976-05; Mon, 8 Mar 2004 12:24:22 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id 506DA1B8; Mon, 8 Mar 2004 12:24:22 +0800 (CST) Date: Mon, 8 Mar 2004 12:24:22 +0800 From: leafy To: Alexandre Ahmim-Richard Message-ID: <20040308042422.GA71505@chihiro.leafy.idv.tw> Mail-Followup-To: Alexandre Ahmim-Richard , Joe Marcus Clarke , FreeBSD GNOME Users , freebsd-ports@freebsd.org, Kris Kennaway 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> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <404BEF60.4060008@clope.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: FreeBSD GNOME Users cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: [Mozilla Firefox report] Problem running firefox X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 04:24:26 -0000 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