From owner-freebsd-questions@FreeBSD.ORG Wed Dec 27 19:31:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B20616A403 for ; Wed, 27 Dec 2006 19:31:57 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id AC7EB13C466 for ; Wed, 27 Dec 2006 19:31:56 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so4919693nfc for ; Wed, 27 Dec 2006 11:31:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iAqx/siqbIkB2jr5EFmDjTDOJV3GCfClnsCWR7b+TmeH81Y9nSJnD2Xfvr0lnY7wFFuu15VeN4GEnUNoPaYUYkbly2nL/o2zK3L1BPplQeehAFWdsT3WX//mJgWcqWxznZviLvVIQq3EVk1HR/kG020bw0j2OuGJqMYA9lu414k= Received: by 10.82.111.8 with SMTP id j8mr785085buc.1167246159909; Wed, 27 Dec 2006 11:02:39 -0800 (PST) Received: by 10.82.191.16 with HTTP; Wed, 27 Dec 2006 11:02:39 -0800 (PST) Message-ID: <80f4f2b20612271102p6b2332b9raf716dfd36b8e310@mail.gmail.com> Date: Wed, 27 Dec 2006 14:02:39 -0500 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: linux compatability question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 19:31:57 -0000 I'm not sure what to do at this point, I'm trying to run a linux app (binary) that requires libGLU.so.1, and it's an x86 binary. When I first ran it, it complained that the file libGLU.so.1 could not be found (it was in my /usr/X11R6/lib directory. I made a simlink with that name to that file to /compat/linux/usr/X11R6/lib and now get this error: ./partiview: error while loading shared libraries: /lib/libGLU.so.1: ELF file OS ABI invalid This is on an i950 based notebook (integrated intel graphics), using the i810 and vga drivers in X. FreeBSD 6.1, X is either 6.8 or 6.9 Any suggestions? Thanks, -Jim Stpleton