I'm having trouble getting Apache & Modperl to run on an NT machine.
When I attempt to launch Apache using a console window, I receive the
following message:
"Syntax error on line 205 of c:/apache/conf/httpd.conf:
Cannot load c:/apache/modules/ApacheModulePerl into server:
(126) The specified module could not be found:
Note the errors or messages above, and press <ESC> key to exit."
I've verified that the file "ApacheModulePerl.dll" is in the right
location, and
that the LoadModule command in the httpd.conf file is set ok.
Here's what I have done thus far:
o Since I lack a C compiler, I'm currently running ActiveState perl
5.00503.
o Installed Apache (apache_1_3_14_win32.exe) as "c:/Apache"
o Downloaded (mod_perl-1.16) and copied the following files:
FROM: mod_perl_1.16/apache/modules/ApacheModulePerl.dll
TO: c:/Apache/modules/ApacheModulePerl.dll
I've also copied the "perl/site/lib" tree to my "c:/perl"
directory.
o Added the following entry to the httpd.conf file (at line 205) as
noted
in the error message:
LoadModule perl_module modules/ApacheModulePerl
I'm new to Apache & Modperl, and all help is appreciated.
Thanks in advance,
- Vaughn