From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 2 22:36:22 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B75F616A41F for ; Tue, 2 Aug 2005 22:36:22 +0000 (GMT) (envelope-from vkushnir@i.kiev.ua) Received: from horse.iptelecom.net.ua (horse.iptelecom.net.ua [212.9.224.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C416643D46 for ; Tue, 2 Aug 2005 22:36:21 +0000 (GMT) (envelope-from vkushnir@i.kiev.ua) Received: from h104.240.159.dialup.iptcom.net ([213.159.240.104]:28639 "EHLO kushnir1.kiev.ua" ident: "SOCKFAULT1" whoson: "vkushnir") by horse.iptelecom.net.ua with ESMTP id S1219361AbVHBWgT (INRCPT ); Wed, 3 Aug 2005 01:36:19 +0300 Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [10.0.0.1]) by kushnir1.kiev.ua (8.13.4/8.13.3) with ESMTP id j72MaGfr026218 for ; Wed, 3 Aug 2005 01:36:16 +0300 (EEST) (envelope-from vkushnir@i.kiev.ua) Date: Wed, 3 Aug 2005 01:36:16 +0300 (EEST) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: freebsd-emulation@freebsd.org Message-ID: <20050803011207.U16740@kushnir1.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: chroot'ed FreeBSD ia32 compat environment? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 22:36:22 -0000 Sorry if this is the wrong list or/and the question has been bitten to death. Just a suggestion: how feasible/desirable would be to put ia32 compatibility libraries/binaries/whatever into their own /compat/freebsd32 like we do for Linux, instead of {/,/usr/}lib32? At least this way we could use binary i386 packages (those that work anyway) under 64 bit OS and never worry about hardcoded paths. So far they're looking for libs in {...}/lib and naturally can't find them. Regards, Vladimir