making jail on 5.3 release

pete wright nomadlogic at gmail.com
Thu Jan 13 18:00:57 PST 2005


On Fri, 14 Jan 2005 01:49:49 +0100, Henryk Martinczak <henrykm at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> 


-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group


More information about the freebsd-questions mailing list