On Wed, 29 Aug 2001, H Jayakumar wrote:

> I have mod_perl and apache on NT.
>
> I want to add mod_perl as a module to apache,  I built mod_perl and
> got mod_perl.so.
> I have copied it to the modules directory in apache source tree.
>
> When I start apache, it says  :
>
> Syntax error on line 1049 of e:/apache/conf/httpd.conf:
> Cannot load e:/apache/modules/mod_perl.so into server:
>    (126) The specified module could not be found:
>
> BUT the module mod_perl.so IS PRESENT IN THE above mentined path.
>
> This is line 1049 in e:/apache/conf/httpd.conf:
>
>    LoadModule perl_module modules/mod_perl.so

As well as what Rod says in another reply about this message arising
from incompatible Apache/mod_perl versions, this can also be caused
from not having the perl executable in your PATH environment variable
when starting Apache.

best regards,
randy kobes


Reply via email to