Date: Thu, 13 Jan 2005 18:00:54 -0800 From: pete wright <nomadlogic@gmail.com> To: Henryk Martinczak <henrykm@hb.net.pl> Cc: questions@freebsd.org Subject: Re: making jail on 5.3 release Message-ID: <57d710000501131800788ec662@mail.gmail.com> In-Reply-To: <1105663682.2390.19.camel@heniek.jurgow.net> References: <1105663682.2390.19.camel@heniek.jurgow.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Jan 2005 01:49:49 +0100, Henryk Martinczak <henrykm@hb.net.pl> wrote: > Greetings > > I installed FreeBSD 5.3 (it is my first Freebsd) from iso image and I > try to make jail with: > > # make world DESTDIR=/jail/test > > everything go fine until this: > > cc -0 -pipe -I/usr/obj/usr/src/i386/legacy/usr/include > -c/usr/src/games/fortune/strfile/strfile.c > > make: don't know how to make /jail/test/usr/lib/libc.a. Stop > ***Error code 2 > Stopping /usr/src. > > What is wrong?? > Is there any step by step jail config quide ?? > from man (8) jail which also happens to be the best place to look for information like this: This example shows how to set up a jail directory tree containing an entire FreeBSD distribution: D=/here/is/the/jail cd /usr/src mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D mount_devfs devfs $D/dev cd $D ln -sf dev/null kernel HTH -pete > Regards, > H.M. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57d710000501131800788ec662>