From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 14:14:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D2AFB16A403 for ; Fri, 20 Oct 2006 14:14:50 +0000 (UTC) (envelope-from web@umich.edu) Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C55943D46 for ; Fri, 20 Oct 2006 14:14:50 +0000 (GMT) (envelope-from web@umich.edu) Received: FROM dell (Unknown [141.211.82.167]) BY skycaptain.mr.itd.umich.edu ID 4538D9D9.3F637.12521 ; 20 Oct 2006 10:14:49 -0400 Date: Fri, 20 Oct 2006 10:15:04 -0400 From: William Bulley To: FreeBSD Questions Message-ID: <20061020141504.GD859@dell> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: problems with libglade2... 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: Fri, 20 Oct 2006 14:14:50 -0000 I am trying to run a Linux binary under FreeBSD Linux compatibility mode (linux_base-fc-4_9) on 6.2-PRERELEASE. The error I get is: error while loading shared libraries: /usr/X11R6/lib/libglade-2.0.so.0: ELF file OS ABI invalid freebsd% pkg_info | grep -i glade libglade2-2.6.0 GNOME glade library freebsd% ldd foobah foobah: foobah: error while loading shared libraries: /usr/X11R6/lib/libglade-2.0.so.0: ELF file OS ABI invalid foobah: exit status 127 freebsd% file foobah foobah: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), stripped freebsd% file /usr/X11R6/lib/libglade-2.0.so.0 /usr/X11R6/lib/libglade-2.0.so.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped According to the "foobah" README: Executable is tested to work with: OS: Fedora Core 3, Suse 9.2 Platform: i386, Athlon, i686 What am I missing? What steps (short of tossing the whole idea out) should I take to successfully run the Linux binary "foobah"? Thanks. Regards, web... -- William Bulley Email: web@umich.edu