Michael Lawrie wrote:

> Hello,
> I've spent several days working on this problem, reading various FAQ and
> whatnot and finally decided to try this email list, hoping that I might find
> an answer here.
>
> I'm running Win2KPro and Apache 1.3.23
> I downloaded mod_perl2.ppd, and installed the *.so file in the default modules
> directory for my web server.
>
> I edited the httpd.conf file to include the following line:
> LoadModule perl_module modules/mod_perl.so
>
> When I attempt to start httpd I get this message:
> Syntax Error on line 193 of c:/apache/apache/conf/httpd.conf
> Can not load c:/apache/apache/modules/mod_perl.so into server: (126) The
> specified module could not be found.
>
> Is there something I've missed?

Looks like your PATH env variable needs to be modified to include
your Perl executable.  Make sure you are getting the correct the
with a perl -V from the command prompt.

-pete

>
>
> Thanks!
> Michael


Reply via email to