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]"