Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shell script

Status
Not open for further replies.

skottieb

Programmer
Jun 26, 2002
118
AU
hello,
I have a configure script begining with #!/bin/sh, when I run it I get the error msg "bash: ./configure: bad interpreter: Permission denied", I checked /bin/sh, it has execute permissions for all users, why is the happening, I am using 'suse live-eval 8.0'. All help will be greatly appreciated. skottieb:)
 
Does the script have execute permission? You can get that error if you haven't set the script to be executable by
[tt]chmod a+x configure[/tt]

jaa
 
ill check, do you know why suse live-eval comes without make? skottieb:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top