Re: FreeBSD 5.3-RELEASE error creating jail

2005-03-14 Thread stheg olloydson
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/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 5.3-RELEASE error creating jail

2005-03-14 Thread Josh Paetzel
$uname -a
FreeBSD twinmp.tcbug.org 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Wed 
Feb  9 16:54:40 CST 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/TWINMP  i386

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
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
*** Error code 2

I've tried rm -rf /usr/obj and also rm -rf /usr/src

-- 
Thanks,

Josh Paetzel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"