Travis Crump wrote: > > I have used Patchmaker before on Windows without problems, but now I am > trying to use it on Linux(Debian/woody) and am failing. I downloaded > the Linux script and did perl pm --init in /usr/local/bin which is in my > path and all went well. Then I went to the chrome directory of my > nightly, and tried pmn, only to be greeted by the error: > > bash: /usr/local/bin/pmn: /usr/bin/perl: bad interpreter: Permission denied > > running pmn as root produced the same error. Perl is version 5.6.1-6. > Does anyone have any idea what I am doing wrong?
This suggests that /usr/local/bin/pm is not executable. Try chmod +x /usr/local/bin/pm. Stuart. -- Stuart Ballard, Programmer FASTNET - Internet Solutions 215.283.2300, ext. 126 www.fast.net
