David wrote: > > things come off the rails with > > make[1] : /usr/bin/install: Command not found
Since you say that install is there (and others have said that it should _always_ be there), is it possible that in fact install can't find the command it's looking for? I've been fooled by (I think) shell scripts like that before, which try to tell me "/bin/bash: command not found" or something like that. Just a thought. Richard