Re: bad interpreter

2004-02-04 Thread Richard Dawe
Hello. mitchese wrote: under Mandrake 9.2, I've been getting an error that I can't seem to work out. [EMAIL PROTECTED] solange]$ ./configure : bad interpreter: No such file or directory It's probably the most simplest thing that I have over looked. Any ideas? The configure script has the wrong li

Re: bad interpreter

2004-02-04 Thread Eric Siegerman
On Thu, Feb 05, 2004 at 05:19:15AM +, mitchese wrote: > [EMAIL PROTECTED] solange]$ ./configure > : bad interpreter: No such file or directory Looks like a problem with the "#!" line -- the first line in the script. Among other things, make sure it doesn't end with a CTRL-M, which is often in

bad interpreter

2004-02-04 Thread mitchese
Hey, under Mandrake 9.2, I've been getting an error that I can't seem to work out. [EMAIL PROTECTED] solange]$ ./configure : bad interpreter: No such file or directory It's probably the most simplest thing that I have over looked. Any ideas?