From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 03:19:29 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D7516A4CE for ; Fri, 7 Jan 2005 03:19:29 +0000 (GMT) Received: from cloudy.stratum1.net (cloudy.stratum1.net [66.151.17.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DE443D48 for ; Fri, 7 Jan 2005 03:19:29 +0000 (GMT) (envelope-from jlramirez@delnor.com) Received: from IS05 (adsl-68-20-209-175.dsl.chcgil.ameritech.net [68.20.209.175]) by cloudy.stratum1.net (8.12.6/8.11.6) with ESMTP id j070skSZ099356; Thu, 6 Jan 2005 18:54:47 -0600 (CST) (envelope-from jlramirez@delnor.com) Message-Id: <200501070054.j070skSZ099356@cloudy.stratum1.net> From: "Jeremy Ramirez" To: "'Kris Kennaway'" Date: Thu, 6 Jan 2005 21:19:26 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20050107021826.GA8443@xor.obsecurity.org> Thread-Index: AcT0Xx1sdPCi3O/FTBOq9AkSskpobAACHgGA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 cc: freebsd-questions@freebsd.org Subject: RE: libXft.so.2: ELF file OS ABI invalid HELP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 03:19:29 -0000 Thanks for the info, I was able to get past it.... Which library/port would have the following?: Extracting Files:............................................................... ./setup: error while loading shared libraries: /usr/lib/libGL.so.1: ELF file OS ABI invalid Install script failed I was able to find the two that came after the initial one, but now can't seem to find the GL library port for Linux... Thanks again!! -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org] Sent: Thursday, January 06, 2005 8:18 PM To: Jeremy L. Ramirez Cc: freebsd-questions@freebsd.org Subject: Re: libXft.so.2: ELF file OS ABI invalid HELP On Thu, Jan 06, 2005 at 07:30:27PM -0600, Jeremy Ramirez wrote: > /usr/lib/libXft.so.2: ELF file OS ABI invalid > > > > System Info: FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 > root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > I have the Linux compat. Packages installed as well. > > > > I have the "libXft" package from the ports tree installed though have no > intentions of running X on the box. You need to install the linux-XFree860-libs port, which contains this linux library (you can't use FreeBSD libraries with linux binaries and vice versa). Kris