From owner-freebsd-questions@FreeBSD.ORG Tue May 13 19:13:39 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 911FD106566C for ; Tue, 13 May 2008 19:13:39 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 45E2D8FC29 for ; Tue, 13 May 2008 19:13:39 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.7] (helo=localhost.my.domain) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1JvzwQ-000HOz-6L; Tue, 13 May 2008 23:13:38 +0400 To: glyn@millingtons.org References: <86tzh2oc1t.fsf@nowhere.org> <84860954@ipt.ru> <86mymu6pd8.fsf@nowhere.org> From: Boris Samorodov Date: Tue, 13 May 2008 23:13:19 +0400 In-Reply-To: <86mymu6pd8.fsf@nowhere.org> (Glyn Millington's message of "Tue\, 13 May 2008 19\:16\:51 +0100") Message-ID: <72380880@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 19:13:39 -0000 On Tue, 13 May 2008 19:16:51 +0100 Glyn Millington wrote: > > % echo ${LD_LIBRARY_PATH} > /usr/local/lib:/usr/local/share/squeak/3.7-7 The culprit is the first path. It results in non-standard linux path-finding. If you remove it all _linux_ troubles should go away. I said "linux" since assume that there was a reason why you has that path at the first place. -- WBR, bsam