Re: Bad Interperter?

2002-06-25 Thread Rénald CASAGRAUDE
On lundi, juin 24, 2002, at 08:16 , David Busby wrote: Hi ! [root@localhost source]# ./configure bash: ./configure: bad interpreter: No such file or directory Is your configure script executable ??? Try to see if x bit is set with : $ ls -l R.

Re: Bad Interperter?

2002-06-25 Thread Eric Wood
Make sure this file didn't come from a DOS/Windows system as text files will have carriage returns. -eric - Original Message - [root@localhost source]# ./configure bash: ./configure: bad interpreter: No such file or directory ___

Re: Bad Interperter?

2002-06-25 Thread Mike Martin
for info - general problems with shell scripts including ./configure normally bad interpreter will mean the first line of a script is not pointing to a file because the path is wrong (eg: /usr/local/bin/sh rather than /bin/sh) there are extra charcters etc This is either in a shell script or a

Bad Interperter?

2002-06-24 Thread David Busby
List, I'm trying to make/install Samba 2.2.5 and I'm following the directions but get this error when I try to run ./configure Can someone provide assistance? (I'm a n00b) [root@localhost source]# ./configure bash: ./configure: bad interpreter: No such file or directory TIA /B

Re: Bad Interperter?

2002-06-24 Thread whoever wherever
take out the space ./ configure should be ./configure _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Bad Interperter?

2002-06-24 Thread David Busby
List, I did not have a space. I'm running ./configure /B whoever wherever wrote: take out the space ./ configure should be ./configure _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Re: Bad Interperter?

2002-06-24 Thread Brian Ashe
Hello David, Monday, June 24, 2002, 2:16:18 PM, you textually orated: DB List, DB I'm trying to make/install Samba 2.2.5 and I'm following the directions DB but get this error when I try to run ./configure DB Can someone provide assistance? (I'm a n00b) DB [root@localhost source]#

Re: Bad Interperter?

2002-06-24 Thread David McGlone
On Monday 24 June 2002 02:16 pm, David Busby wrote: List, I'm trying to make/install Samba 2.2.5 and I'm following the directions but get this error when I try to run ./configure Can someone provide assistance? (I'm a n00b) [root@localhost source]# ./configure bash: ./configure: bad

Re: Bad Interperter?

2002-06-24 Thread Michael Scottaline
On Mon, 24 Jun 2002 15:03:43 -0400 David McGlone [EMAIL PROTECTED] scribbled intuitively: On Monday 24 June 2002 02:16 pm, David Busby wrote: List, I'm trying to make/install Samba 2.2.5 and I'm following the directions but get this error when I try to run ./configure Can someone provide

Re: Bad Interperter?

2002-06-24 Thread David McGlone
On Monday 24 June 2002 05:35 pm, Michael Scottaline wrote: On Mon, 24 Jun 2002 15:03:43 -0400 David McGlone [EMAIL PROTECTED] scribbled intuitively: On Monday 24 June 2002 02:16 pm, David Busby wrote: List, I'm trying to make/install Samba 2.2.5 and I'm following the directions but