Deke Thanks. I hope you are right.
'ldd myexecutable' will tell you what libraries an executable depends on. Is there a similar command to tell you EVERYTHING you must add to chroot jail to make a *script* run in it? Chris > > # chroot /tmp/empty /kernelversion > > chroot: /kernelversion: No such file or directory > Since this is a shell script, it doesn't work because there's no /bin/sh for > it to run once it's inside the chroot. Remember that you have to put > *everything* you'll need inside the chroot: binaries, libraries, etc. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
