Martin Pool <mbp at samba.org> writes: > > ./install-sh -c -d /usr/local/bin make :execvp: ./install-sh: > > Permission denied You'll also get this if the #! path does not lead to an interpreter. I noticed that install-sh uses #!/bin/sh, so that shouldn't be the problem. Ben