From owner-freebsd-current@FreeBSD.ORG Sun Feb 1 04:37:52 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11DB310657A7 for ; Sun, 1 Feb 2009 04:37:52 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id AE2B08FC1D for ; Sun, 1 Feb 2009 04:37:51 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA02.westchester.pa.mail.comcast.net with comcast id ATUE1b00j0ldTLk52UdsUe; Sun, 01 Feb 2009 04:37:52 +0000 Received: from daland.home ([24.34.211.11]) by OMTA04.westchester.pa.mail.comcast.net with comcast id AUdq1b0050FJTGg3QUdqns; Sun, 01 Feb 2009 04:37:51 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LTU5c-000Jiu-PI; Sat, 31 Jan 2009 23:37:48 -0500 From: Alex Goncharov To: "O. Hartmann" In-reply-to: <4984EF27.2050405@mail.zedat.fu-berlin.de> (ohartman@mail.zedat.fu-berlin.de) References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> Message-Id: Sender: Alex Goncharov Date: Sat, 31 Jan 2009 23:37:48 -0500 Cc: freebsd-current@freebsd.org, fbsd.questions@rachie.is-a-geek.net, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 04:37:52 -0000 ,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) ----* | I did a 'ldd' on the Firefox3 binary | and I got the attached dump of the linked shared objects. | Interestingly, the first three entries show up something missing - LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin | head -n 5 /usr/local/lib/firefox3/firefox-bin: libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000) libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000) libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000) firefox3 sets LD_LIBRARY_PATH for you :-) | thor# ldd firefox-bin | firefox-bin: | libxul.so => not found (0x0) | libmozjs.so => not found (0x0) | libxpcom.so => not found (0x0) | libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) -- Alex -- alex-goncharov@comcast.net --