From owner-freebsd-questions@FreeBSD.ORG Tue May 13 19:42:24 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 42E87106566C for ; Tue, 13 May 2008 19:42:24 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavuit01.kulnet.kuleuven.be (cavuit01.kulnet.kuleuven.be [134.58.240.43]) by mx1.freebsd.org (Postfix) with ESMTP id E53FC8FC18 for ; Tue, 13 May 2008 19:42:23 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by cavuit01.kulnet.kuleuven.be (Postfix) with ESMTP id 83D677B8049; Tue, 13 May 2008 21:42:14 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps01.kuleuven.be (Postfix) with ESMTP id 2A9FD31E703; Tue, 13 May 2008 21:42:14 +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 m4DJgC2k064098; Tue, 13 May 2008 21:42:13 +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 21:42:11 +0200 User-Agent: KMail/1.9.7 References: <86tzh2oc1t.fsf@nowhere.org> <200805131835.38191.tijl@ulyssis.org> <863aom8688.fsf@nowhere.org> In-Reply-To: <863aom8688.fsf@nowhere.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805132142.12386.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 19:42:24 -0000 On Tuesday 13 May 2008 19:27:19 Glyn Millington wrote: > Tijl Coosemans writes: >> On Tuesday 13 May 2008 17:49:02 Glyn Millington wrote: >>> 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 >> >> 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! :) Your welcome. Does OpenOffice actually still need that symlink now?