From owner-freebsd-current@FreeBSD.ORG Wed Feb 14 05:55:14 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7931E16A401 for ; Wed, 14 Feb 2007 05:55:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 69C4A13C4B4 for ; Wed, 14 Feb 2007 05:55:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 506E01A3C1A; Tue, 13 Feb 2007 21:55:14 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B063753C8F; Wed, 14 Feb 2007 00:55:13 -0500 (EST) Date: Wed, 14 Feb 2007 00:55:13 -0500 From: Kris Kennaway To: "Mr. Darren" Message-ID: <20070214055513.GB76099@xor.obsecurity.org> References: <782761.95151.qm@web34710.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <782761.95151.qm@web34710.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Re: additional lib error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 05:55:14 -0000 On Tue, Feb 13, 2007 at 09:35:28PM -0800, Mr. Darren wrote: > also a whole lot of > /libexec/ld-elf.so.1: /usr/local/lib/libintl.so.6: unsupported file layout > *** Error code 1 That's also a broken library, what does file(1) say? Maybe you added an i386 package on your amd64 system. Kris