Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Ron Jarrell
At 11:28 AM 5/10/02 -0400, Webmaster wrote: >I did this: >[micheal@blinkin mail]$ /bin/bash ./configure >: command not found >: command not found >: command not found >: command not found >: command not found >: command not found >'/configure: syntax error near unexpected token `do >'/configure: .

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Webmaster
I have tried that numerous times. : just a though ... but insted of $> /bin/bash ./configure : : try just : : ./configure : : also ... make sure u got all the libs and what not that mailman needs : : Matt : "Amateurs made the Arc, Professionals made the Titanic" -

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Matt Lavergne
IL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 11:28 AM Subject: Re: [Mailman-Users] Can't run configure file! > Thanks for everybody's help. I just tried ./a.out and it worked! So, that > proves that that works. After thinking about it, /bin is not in

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Webmaster
Thanks for everybody's help. I just tried ./a.out and it worked! So, that proves that that works. After thinking about it, /bin is not in my path. So, I did this: [micheal@blinkin mail]$ /bin/bash ./configure : command not found : command not found : command not found : command not found : command

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Satya
On May 10, 2002 at 09:21, Webmaster wrote: >The file is chmod'ed to 777 so everything should be fine there. However, my >host just enabled gcc for me the other day. I wrote a simple "Hello World" >program in C and even though I didn't get any compile time errors, the >output file does not work. c

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Webmaster
The file is chmod'ed to 777 so everything should be fine there. However, my host just enabled gcc for me the other day. I wrote a simple "Hello World" program in C and even though I didn't get any compile time errors, the output file does not work. command not found is all I get. I am wondering if

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Danny Terweij
From: "Webmaster" <[EMAIL PROTECTED]> > I have looked at the shebang line (the #!) and all seems to be in order > there. I am also in the directory containing the configure file. > : #! Is the execution bit turned on, on the configure file? Danny. -

Re: [Mailman-Users] Can't run configure file!

2002-05-10 Thread Webmaster
I have looked at the shebang line (the #!) and all seems to be in order there. I am also in the directory containing the configure file. : : The first line of configure should be something like : : #! : : Does the program named in your configure file exist, and have the proper : permissions?

Re: [Mailman-Users] Can't run configure file!

2002-05-09 Thread J C Lawrence
On Thu, 9 May 2002 16:45:22 -0400 webmaster <[EMAIL PROTECTED]> wrote: > For some odd reason, I cannot even run the configure file that came > with Mailman. Look at the #! line in configure. -- J C Lawrence -(*)Satan, oscillate my metallic sonatas. [

Re: [Mailman-Users] Can't run configure file!

2002-05-09 Thread Mark J. Bradakis
The first line of configure should be something like #! Does the program named in your configure file exist, and have the proper permissions? mjb. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/ma