From owner-freebsd-questions Fri Sep 5 19:34:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA15530 for questions-outgoing; Fri, 5 Sep 1997 19:34:48 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA15522 for ; Fri, 5 Sep 1997 19:34:44 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id MAA05750; Sat, 6 Sep 1997 12:34:02 +1000 Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id MAA24868; Sat, 6 Sep 1997 12:03:58 +0930 (CST) Message-ID: <19970906120357.41195@lemis.com> Date: Sat, 6 Sep 1997 12:03:57 +0930 From: Greg Lehey To: Brian McGovern Cc: questions@FreeBSD.ORG Subject: Re: libXExExt... References: <199709051718.NAA03254@bmcgover-pc.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709051718.NAA03254@bmcgover-pc.cisco.com>; from Brian McGovern on Fri, Sep 05, 1997 at 01:18:19PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 05, 1997 at 01:18:19PM -0400, Brian McGovern wrote: > Where can I find this library. This looks like a typo to me, but I can't decide whether it's yours or something that got included in your system. In any case, it's almost certainly looking for libXext.. It should be in /usr/X11R6/lib. > Most of the X applications want it, but I can't find it anywhere on > my system (installed a full set of X from the 2.2.2 CD). There was no space on the live file system for X, so it's not there. It's in XF8632/X32bin.tgz on the first CD-ROM, along with a number of other essential libraries: -rw-r--r-- root/users 84902 Mar 21 15:20 1997 lib/libICE.so.6.0 -rw-r--r-- root/users 255403 Mar 21 15:20 1997 lib/libPEX5.so.6.0 -rw-r--r-- root/users 36137 Mar 21 15:20 1997 lib/libSM.so.6.0 -rw-r--r-- root/users 726855 Mar 21 15:20 1997 lib/libX11.so.6.1 -rw-r--r-- root/users 53991 Mar 21 15:20 1997 lib/libXIE.so.6.0 -rw-r--r-- root/users 257256 Mar 21 15:20 1997 lib/libXaw.so.6.1 -rw-r--r-- root/users 43810 Mar 21 15:20 1997 lib/libXext.so.6.1 -rw-r--r-- root/users 33928 Mar 21 15:20 1997 lib/libXi.so.6.0 -rw-r--r-- root/users 81038 Mar 21 15:20 1997 lib/libXmu.so.6.0 -rw-r--r-- root/users 314017 Mar 21 15:20 1997 lib/libXt.so.6.0 -rw-r--r-- root/users 22962 Mar 21 15:20 1997 lib/libXtst.so.6.1 -rw-r--r-- root/users 9553 Mar 21 15:20 1997 lib/liboldX.so.6.0 You should install all of these libraries to /usr/X11R6. Greg