From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 22 15:28:27 2011 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 899131065676 for ; Tue, 22 Nov 2011 15:28:27 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 465DA8FC1D for ; Tue, 22 Nov 2011 15:28:27 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1004) id EA352119C26; Tue, 22 Nov 2011 06:26:42 -0800 (PST) From: David Southwell Organization: Vision Communications To: Alexander Leidinger Date: Tue, 22 Nov 2011 06:26:42 -0800 User-Agent: KMail/1.13.7 (FreeBSD/8.2-RELEASE; KDE/4.7.3; amd64; ; ) References: <2oo1sxdw453s3rfwf1rynkvl.1321961025650@email.android.com> In-Reply-To: <2oo1sxdw453s3rfwf1rynkvl.1321961025650@email.android.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111220626.42817.david@vizion2000.net> Cc: emulation@freebsd.org Subject: Re: loading linux 32 bit printer drivers possible on amd64? 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, 22 Nov 2011 15:28:27 -0000 On Tuesday 22 November 2011 03:24:24 Alexander Leidinger wrote: > Hi, > > why not with the freebsd32 emulation? This is one emulation layer less to > care about. I do not know if this is feasible, I haven't looked if pips > has some libs and where they shall be put, but as a first try you could > extract the contents of the pips packages and put them into the 32bit > locations. > > Bye, > Alexander. Hi OK sounds sensibel but how do I get there? I do not have a compat/freebsd32 directory. I do have /usr/src/compat/freebsd32. Is freebsd32 a kernel install option or can it be added without rebuilding the kernel? Thanks in advance David