[EMAIL PROTECTED] wrote: > I got 'ls' to work in a chroot but > for something like Apache or Plone is seems > dang near impossible to chroot it....
Here is probably something I would do: Use debootstrap to make a small debian installation. These are not large at all. Then chroot into it, and use aptitude to install apache and plone and whatnot. You have your dependencies! You have a nice, working chroot. It's all good, and all easy. It is a bit larger than you absolutely need. This is very well offset by the fact that this is a very easy thing to do. Very easy. -john -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
