Re: modperl Windows Build

2002-06-14 Thread Eldon Lewis
> This usually indicates the first line of your script > #!C:/Perl/bin/perl.exe > (with the .exe extension) isn't properly pointing to > the location of your perl binary ... Thanks for all of your help. Everything is now working!! > By the way, questions like these would probably be > more a

Re: modperl Windows Build

2002-06-13 Thread Randy Kobes
On Thu, 13 Jun 2002, Eldon Lewis wrote: > I'm running a binary build and thanks to the help that I have received I now > have it loading up and displaying web pages. However, when I try and run > localhost/cgi-bin/printenv.pl, I get and error and the error.log file shows: > > [Thu Jun 13 14:17:5

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
> Yes, that would be the problem - ActivePerl 6xx (based on > perl-5.6.1) would be required. There's some Win32-specific > docs on building mod_perl-2, or installing in binary form, > at http://perl.apache.org/release/docs/2.0/os/win32/index.html. I'm running a binary build and thanks to the help

Re: modperl Windows Build

2002-06-13 Thread Randy Kobes
On Thu, 13 Jun 2002, Eldon Lewis wrote: > Actually I was under the impression that the new Apache2 came with a version > of perl but after checking that doesn't appear to be so. I do have perl > installed on my system but it is an older version that came with an old > version of Apache that supp

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
> This message is issued under circumstances which may be different from what > actually stated. I have observed it when the /bin directory in the perl > interpreter is not in the PATH apache sees at startup (which if you are > running as a service is the system PATH variable, which may be differe

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
I get a message that there is a syntax error on line 173 of httpd.conf.  Itsays it can't find mod_perl.so.  This module is in the modules directoryunder Apache2.  It generates the error and then terminates.Any suggestions?Thanks,Eldon

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
I get a message that there is a syntax error on line 173 of httpd.conf. It says it can't find mod_perl.so. This module is in the modules directory under Apache2. It generates the error and then terminates. Any suggestions? Thanks, Eldon > On Wed, 12 Jun 2002, Eldon Lewis wrote: > > > Not su

RE: modperl Windows Build

2002-06-12 Thread Alessandro Forghieri
Greetings. > -Original Message- > From: Eldon Lewis [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 5:57 AM > To: [EMAIL PROTECTED] > Subject: Re: modperl Windows Build > > > I get a message that there is a syntax error on line 173 of > httpd.con

Re: modperl Windows Build

2002-06-12 Thread Eldon Lewis
andy Kobes" <[EMAIL PROTECTED]> To: "Eldon Lewis" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 6:54 PM Subject: Re: modperl Windows Build > On Wed, 12 Jun 2002, Eldon Lewis wrote: > > That is a bit confusing, but Apache for a li

Re: modperl Windows Build

2002-06-12 Thread Randy Kobes
On Wed, 12 Jun 2002, Eldon Lewis wrote: > Not sure if this is the right place to post. I downloaded the Apache2 with > modperl support for windows. Unfortunately, it doesn't work because the > modules are compiled as .so files and under windows they need to be compiled > as .dll files. Can any