Date: Fri, 20 Oct 2006 10:15:04 -0400 From: William Bulley <web@umich.edu> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: problems with libglade2... Message-ID: <20061020141504.GD859@dell>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061020141504.GD859>