Date: Mon, 14 Mar 2005 10:46:06 -0800 (PST) From: stheg olloydson <stheg_olloydson@yahoo.com> To: josh@tcbug.org Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3-RELEASE error creating jail Message-ID: <20050314184606.52530.qmail@web53910.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
it was said: >I am following the directions in man jail to set up a jail on my >system: > >D=/here/is/the/jail >cd /usr/src >mkdir -p $D >make world DESTDIR=$D ^^^^^^^^^^^^^^^^^^^^^ Try changing this line to "env DESTDIR=$D && make world" >cd etc >make distribution DESTDIR=$D >mount_devfs devfs $D/dev >cd $D >ln -sf dev/null kernel >make world DESTDIR=$D fails with the following error: > > >make: don't know how to make /storage1/jail/usr/lib/libc.a. Stop I think this is a bug, but because a simple workaround exists, maybe it will become a "training issue".... HTH, stheg __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050314184606.52530.qmail>