From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 18:15:08 2007 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DAED16A41F for ; Sun, 29 Jul 2007 18:15:08 +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 19CD713C45E for ; Sun, 29 Jul 2007 18:15:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BF5D01A4D7C; Sun, 29 Jul 2007 11:14:53 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 706E6BE6D; Sun, 29 Jul 2007 14:15:07 -0400 (EDT) Date: Sun, 29 Jul 2007 14:15:07 -0400 From: Kris Kennaway To: Michael Reifenberger Message-ID: <20070729181507.GA85534@rot26.obsecurity.org> References: <20070625191118.U24808@fw.reifenberger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070625191118.U24808@fw.reifenberger.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-amd64@freebsd.org Subject: Re: i386-RELENG_6 jail under amd64-current? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 18:15:08 -0000 On Mon, Jun 25, 2007 at 07:24:50PM +0200, Michael Reifenberger wrote: > Hi, > has anybody managed to set up an jail under amd64-current (64bit) > which runs i386-RELENG_6 (32bit) binaries. > > My intention would be to compile 32bit ports on the bigger 64bit box too. > > When trying I get messages about missing shared libs... Either just symlink lib32 where the linker is looking for them, or set the LD_32_LIBRARY_PATH or similar. It would be nice if the rtld recognized it was living in an i386 world automatically. Kris