From owner-freebsd-questions Fri Apr 26 1: 4:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id C49B137B41A for ; Fri, 26 Apr 2002 01:04:13 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 09F1D70601; Fri, 26 Apr 2002 02:04:07 -0600 (MDT) Date: Fri, 26 Apr 2002 02:04:06 -0600 (MDT) From: FreeBSD user To: FreeBSD-List Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Jail Problems In-Reply-To: <002301c1ecd9$5d1e4dd0$64afa8c0@expnet.net> Message-ID: <20020426020253.T8312-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Apr 2002, FreeBSD-List wrote: > We are running FreeBSD 4.5 fresh install and trying to get Jail up and > running, I'm following the Jail man page -> > > Setting up a Jail Directory Tree > This shows how to setup a jail directory tree: > > D=/here/is/the/jail > cd /usr/src > make world DESTDIR=$D > > and this is what I'm getting.. > # pwd > /usr/src > # export JAIL=/usr/home/jail/192.168.175.107 > # make world DESTDIR=$JAIL > make: don't know how to make world. Stop > # > > I have searched all over and can't find anything telling what this means and > how to fix it, Can anyone help.. Is /usr/src empty? You need the source to FreeBSD in there. Either get it from your FreeBSD cd, or use cvsup and download it. The handbook has more info on how to build world with FreeBSD sources, as well as the cvsup command to grab them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message