Re: jail manpage
From: r p (freebsd99_at_gmail.com)
Date: 02/10/05
- Previous message: Ted Mittelstaedt: "RE: FreeBSD 5.3 MySQL Performance"
- Maybe in reply to: Josh Paetzel: "jail manpage"
- Next in thread: Chad Leigh -- Shire.Net LLC: "Re: jail manpage"
- Reply: Chad Leigh -- Shire.Net LLC: "Re: jail manpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 10 Feb 2005 15:50:41 +0800 To: freebsd-questions@freebsd.org
> On Wed, 9 Feb 2005 14:12:06 -0600, Josh Paetzel <josh@tcbug.org>
wrote:
> > I've been trying get jails working on my 5.3-RELEASE-p2 machine.
> > I've tried following the instructions in man 8 jail
> >
> > 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
> >
> > It dies at make world DESTDIR=$D with the following error:
> >
> > 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
Hi,
I had the same problem. Googling showd me to use the line "env
DESTDIR=$D make world" instead of "make world DESTDIR=$D". After I did
this it all worked fine.
Regards,
Richard
_______________________________________________
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"
- Previous message: Ted Mittelstaedt: "RE: FreeBSD 5.3 MySQL Performance"
- Maybe in reply to: Josh Paetzel: "jail manpage"
- Next in thread: Chad Leigh -- Shire.Net LLC: "Re: jail manpage"
- Reply: Chad Leigh -- Shire.Net LLC: "Re: jail manpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|