From owner-freebsd-questions@FreeBSD.ORG Tue May 13 14:03:06 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 A2D9B1065675 for ; Tue, 13 May 2008 14:03:06 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5FE58FC1E; Tue, 13 May 2008 14:03:05 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48299F9C.3020708@FreeBSD.org> Date: Tue, 13 May 2008 16:03:08 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: glyn@millingtons.org References: <86tzh2oc1t.fsf@nowhere.org> <482958E2.5050207@FreeBSD.org> <864p92o1d4.fsf@nowhere.org> <200805131515.40832.fbsd.questions@rachie.is-a-geek.net> <8663tiiab9.fsf@nowhere.org> In-Reply-To: <8663tiiab9.fsf@nowhere.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Mel , 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 14:03:06 -0000 Glyn Millington wrote: > Mel writes: > >> On Tuesday 13 May 2008 14:05:43 Glyn Millington wrote: >>>>>>> Trying to launch Linux Open Office 2.4 I get the following error >>>>>>> message ,---- >>>>>>> >>>>>>> | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin: error >>>>>>> | while loading shared libraries: /usr/local/lib/libXext.so.6: ELF >>>>>>> | file OS ABI invalid >>>>>>> >>>>>>> `---- >>> that include statement leads to /usr/X11R6 > > Wow - can I just check that I have this right before I do it?! > > >> Best fix: >> rm /usr/X11R6 > > get rid of /usr/X11R6, which on a system-wide basis is a link to /usr/local Any suggestion that involves touching files outside of /compat/linux is wrong ;) Kris