You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Burkard Peter <Pe...@autinform.de> on 2004/12/07 16:23:53 UTC

[users@httpd] :bad interpreter - No such directory or file

Hi.

Running ./conigure on a suse9.0 with bash the system told me:

:bad interpreter - No such directory or file

What's wrong?
Sorry I'm new here and I've no idea to look anywherewhere else.

Peter

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] :bad interpreter - No such directory or file

Posted by "Ivan Barrera A." <Br...@Ivn.cl>.
that sometimes happens when you transfer a file from windows to unix 
(being saved on windows)..
Windows add a cr lf at the end of the line, and unix does not.

you could try running dos2unix configure , and running it again.

Also.. look at the first line on configure... it should say something 
like "#!/bin/bash" being /bin/bash the interpreter. Check if that file 
exists.

Burkard Peter wrote:
> Hi.
> 
> Running ./conigure on a suse9.0 with bash the system told me:
> 
> :bad interpreter - No such directory or file
> 
> What's wrong?
> Sorry I'm new here and I've no idea to look anywherewhere else.
> 
> Peter
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org