From owner-freebsd-questions@FreeBSD.ORG Tue May 13 16:35:44 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 D83BB106567B for ; Tue, 13 May 2008 16:35:44 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavuit02.kulnet.kuleuven.be (cavuit02.kulnet.kuleuven.be [134.58.240.44]) by mx1.freebsd.org (Postfix) with ESMTP id 933958FC23 for ; Tue, 13 May 2008 16:35:44 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from smtps02.kuleuven.be (smtpshost02.kulnet.kuleuven.be [134.58.240.75]) by cavuit02.kulnet.kuleuven.be (Postfix) with ESMTP id 7258351C00C; Tue, 13 May 2008 18:35:39 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps02.kuleuven.be (Postfix) with ESMTP id 26E46F3862; Tue, 13 May 2008 18:35:39 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m4DGZcAE052590; Tue, 13 May 2008 18:35:38 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: glyn@millingtons.org Date: Tue, 13 May 2008 18:35:37 +0200 User-Agent: KMail/1.9.7 References: <86tzh2oc1t.fsf@nowhere.org> <200805131718.29132.tijl@ulyssis.org> <86lk2ep5ld.fsf@nowhere.org> In-Reply-To: <86lk2ep5ld.fsf@nowhere.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805131835.38191.tijl@ulyssis.org> X-KULeuven-Information: Katholieke Universiteit Leuven X-KULeuven-Scanned: Found to be clean X-Spam-Status: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=disabled, KUL_SMTPS -50.00) X-KULeuven-Envelope-From: tijl@ulyssis.org 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 16:35:44 -0000 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?