On Fri, 14 Jan 2005 01:49:49 +0100, Henryk Martinczak <[EMAIL PROTECTED]> 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 "[EMAIL PROTECTED]" > -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"