RE: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-26 Thread Michael Avila
I tried that but it did not work. Log is already on if you mean access.log and error.log. If not, what other log is there?   Mike   -Original Message-From: William Cai [mailto:[EMAIL PROTECTED]Sent: Saturday, November 26, 2005 1:15 AMTo: users@httpd.apache.orgSubject: Re: [

Re: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread Nico
2005/11/26, William Cai <[EMAIL PROTECTED]>: > Sorry, I have no Windows Environment right now. My suggestion is that, > 1. Use "#!D:/perl/bin/perl.exe" instead of "D:\perl\bin\perl.exe" > 2. Turn on Apache log All is explain here : http://www.ricocheting.com/server/cgi.html as he said, you can i

Re: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread William Cai
Sorry, I have no Windows Environment right now. My suggestion is that, 1. Use "#!D:/perl/bin/perl.exe" instead of "D:\perl\bin\perl.exe" 2. Turn on Apache log -WilliamOn 11/26/05, Michael Avila <[EMAIL PROTECTED]> wrote: I have done that and it still does not work.     #!D:\perl\bin\perl.ex

RE: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread Michael Avila
I have done that and it still does not work.     #!D:\perl\bin\perl.exe #   Does that look like the right format?   Mike   -Original Message-From: William Cai [mailto:[EMAIL PROTECTED]Sent: Saturday, November 26, 2005 12:39 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PR

Re: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread William Cai
I met the same problem before. If my recollection is right, the problem is caused by your perl script. You might have to specify the executable binary with absolute path. e.g. #!C:/perl/bin/perl.exe blablabla Hope it helps. -WilliamOn 11/26/05, Michael Avila <[EMAIL PROTECTED]> wrote: Windows X

[EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread Michael Avila
Windows XP Pro Active State PERL 5.6 (Have to have 5.6 and not 5.8 for a specific application) NOTE: IP Addresses and website changed to prevent hacking QUESTION: What is it that cannot be found - admin.pl or PERL.exe or something else? --