From owner-freebsd-doc@FreeBSD.ORG Mon Mar 15 11:28:55 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B9616A4CE for ; Mon, 15 Mar 2004 11:28:55 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF3743D2D for ; Mon, 15 Mar 2004 11:28:54 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-235-164.zoominternet.net [24.154.235.164]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i2FJSmKR064863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Mar 2004 14:28:50 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 15 Mar 2004 14:29:05 -0500 From: Tom Rhodes To: gervi@ciudad.com.ar Message-Id: <20040315142905.1680f327@localhost> In-Reply-To: <4055D95D.17928.3F4FF742@localhost> References: <4055D95D.17928.3F4FF742@localhost> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: wrong kernel option at handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 19:28:55 -0000 On Mon, 15 Mar 2004 16:27:09 -0300 "Pablo Carboni" wrote: > Dear Sir, > > My name is Pablo Carboni and I'm from Buenos Aires, Argentina. > > I'm sending this email, because the url: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc- > install.html, > > where says "options LINUX", in order to compile linux compatibility code, I'm having > problems to do a 'config '; but with "options COMPAT_LINUX", I've You are correct, you want COMPAT_LINUX in there. :) I'll fix this right now. -- Tom Rhodes