Frank M. Ramaekers wrote:
It's there, I'm not sure what the problem is: # ls -l /bin/bash -rwxr-xr-x 1 root root 859120 Oct 24 2008 /bin/bash # ls -l /chroot/mysql/bin/bash -rwxr-xr-x 1 root root 859120 Oct 24 2008 /chroot/mysql/bin/bash
Make sure all of the libraries that bash needs are in the chroot? ldd <path to binary>
nate