From owner-freebsd-questions@FreeBSD.ORG Tue May 13 18:56:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21355106567D for ; Tue, 13 May 2008 18:56:29 +0000 (UTC) (envelope-from glyn@millingtons.org) Received: from mercury.karoo.kcom.com (mercury.karoo.kcom.com [212.50.160.61]) by mx1.freebsd.org (Postfix) with ESMTP id A9AC18FC32 for ; Tue, 13 May 2008 18:56:28 +0000 (UTC) (envelope-from glyn@millingtons.org) X-IronPort-AV: E=Sophos;i="4.27,480,1204502400"; d="scan'208";a="314548062" Received: from unknown (HELO glynthebearded.millingtons.org) ([82.152.120.109]) by mercury.karoo.kcom.com with ESMTP; 13 May 2008 18:26:19 +0100 Received: by glynthebearded.millingtons.org (Postfix, from userid 1001) id B5B3E2284C; Tue, 13 May 2008 18:27:19 +0100 (BST) To: Tijl Coosemans References: <86tzh2oc1t.fsf@nowhere.org> <200805131718.29132.tijl@ulyssis.org> <86lk2ep5ld.fsf@nowhere.org> <200805131835.38191.tijl@ulyssis.org> Organization: Central Church, Torquay, U.K. X-Now-Playing: There's a deathly hush in the close tonight! X-Liturgical-Date: Optional Memorial: Our Lady of Fatima, A.D. 2008 From: Glyn Millington Date: Tue, 13 May 2008 18:27:19 +0100 In-Reply-To: <200805131835.38191.tijl@ulyssis.org> (Tijl Coosemans's message of "Tue\, 13 May 2008 18\:35\:37 +0200") Message-ID: <863aom8688.fsf@nowhere.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Linux compat library error: ELF file OS ABI invalid X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glyn@millingtons.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 18:56:29 -0000 Tijl Coosemans writes: > On Tuesday 13 May 2008 17:49:02 Glyn Millington wrote: >> Tijl Coosemans writes: >>> On Tuesday 13 May 2008 16:50:51 Glyn Millington wrote: >>>> Linking /compat/linux/usr/X11R6 to /compat/linux/usr/local got >>>> Openoffice running but reaplay is giving the same kind of error :-( >>> >>> Which error exactly? >> >> This baby (sorry - should have included it) >> >> glyn@glynthebearded:~$ /usr/compat/linux/bin/sh realplay >> >> /usr/local/lib/RealPlayer/realplay.bin: error while loading shared >> libraries: /usr/local/lib/libgdk-x11-2.0.so.0: ELF file OS ABI invalid >> >> >> I'll bet it wants this one :-) >> >> /usr/compat/linux/usr/lib/libgdk-x11-2.0.so.0 >> >> >> and of course I have just linked /usr/compat/linux/usr/local to X11R6 >> lol >> >> >> Can I win on this one :-) > > That's suspicious, realplayer just works for me. Do you have some LD_* > variable defined in your environment? Ah! (bangs head against wall!) Yes I do:- in ~/.bashrc LD_LIBRARY_PATH="/usr/local/lib:/usr/local/share/squeak/3.7-7" Having removed that realplayer comes up with no problem. Should have spotted that one :-( So many thanks for solving both my problems today! atb Glyn