From owner-freebsd-questions@FreeBSD.ORG Tue May 13 14:05:49 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 B494A1065670 for ; Tue, 13 May 2008 14:05:49 +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 778328FC20 for ; Tue, 13 May 2008 14:05:49 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by cavuit02.kulnet.kuleuven.be (Postfix) with ESMTP id 40DC251C016; Tue, 13 May 2008 16:05:43 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps01.kuleuven.be (Postfix) with ESMTP id EB85A31E702; Tue, 13 May 2008 16:05:42 +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 m4DE5bQD030257; Tue, 13 May 2008 16:05:38 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: freebsd-questions@freebsd.org, glyn@millingtons.org Date: Tue, 13 May 2008 16:05:36 +0200 User-Agent: KMail/1.9.7 References: <86tzh2oc1t.fsf@nowhere.org> In-Reply-To: <86tzh2oc1t.fsf@nowhere.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805131605.37330.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: 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:05:49 -0000 On Tuesday 13 May 2008 10:14:54 Glyn Millington wrote: > FreeBSD 7.0 release, ports currently up-to-date > > > 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 > `---- > > Now I *think* that what it ought to load is > > /usr/compat/linux/usr/X11R6/lib/libXext.so.6 > > but it goes for the FreeBSD X extension lib instead. > > Can anyone help me to fix this? If /compat/linux/usr/local doesn't exist, perhaps making it a symlink to X11R6 does the trick.