[Solved] Re: Perl: bad interpreter

2002-09-11 Thread Jacob S .
On Tue, 10 Sep 2002 23:48:37 -0700 Wade Richards <[EMAIL PROTECTED]> wrote: > >On 10/09/02 Jacob S. did speaketh: > > > >> bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: > >> Permission denied > > Is the NFS drive mounted noexec? >

Re: Perl: bad interpreter

2002-09-10 Thread Wade Richards
>On 10/09/02 Jacob S. did speaketh: > >> bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: >> Permission denied Is the NFS drive mounted noexec? --- Wade -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Perl: bad interpreter

2002-09-10 Thread Michael P. Soulier
On 10/09/02 Jacob S. did speaketh: > bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: > Permission denied This usually means that there is no interpreter at /usr/bin/perl. Having the file mounted via NFS means nothing significant that I know of, since it's loa

Perl: bad interpreter

2002-09-10 Thread Jacob S .
parate computer connected by NFS. bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: Permission denied Both the machines are running Debian Woody, with all security updates installed. The client is a Pentium 133 w/64mb of ram, running kernel 2.2.19. The file server is a 1Ghz AMD T-Bird

Re: perl: bad interpreter

2001-05-14 Thread Tommi Komulainen
On Mon, May 14, 2001 at 10:15:12AM +0200, Florian Petri wrote: > Hi! > > I have got a problem with perl and one skript... [..] > nuntius:~/dynip-client$ ./dynip-client.pl > bash: ./dynip-client.pl: bad interpreter: No such file or directory [..] > --- ./dynip-client.pl --- > #!/usr/bin/perl That

perl: bad interpreter

2001-05-14 Thread Florian Petri
Hi! I have got a problem with perl and one skript... --- bash --- nuntius:~/dynip-client$ ll dynip-client.pl -rwxr-xr-x1 flop flop 1463 May 14 10:01 dynip-client.pl nuntius:~/dynip-client$ ./dynip-client.pl bash: ./dynip-client.pl: bad interpreter: No such file or directory nunti