SOLVED
I've got the same error invalid command name "bind" on Debian.
The problem, in my case, was /tmp partition that was not executable.
You can check your partitions typing the command mount and fix the problem with
mount -o remount,exec /tmp
Regards.
Paolo