On Tue, 27 Nov 2001, Albrecht Fortenbacher wrote:

> I tried to install precompiled mod_perl within an Apache 1.3.22 server
> on Windows 2000 as indicated on http://perl.apache.org, and this failed
> (error message below).
[ .. ]
> -----------------------------------------------------------------------
> 1. my environment is Windows 2000, Apache 1.3.22 and Perl 5.6.1, binary
> build 629 provided by ActiveState
> 2. I installed mod_perl via ActiveState's ppm from
> http://theoryx5.uwinnipeg.ca/ppmpackages, as indicated on the
> perl.apache.org page
> 3. at the end of the installation process, the module mod_perl.so is
> copied into the Apache modules directory
> 4. this module is not recognized by Apache, as the following *weird*
> error message shows:
>  >  Can't locate API module structure `mod_perl' in file
>  >  e:/apache/modules/mod_perl.
>  >  so: (127) The specified procedure could not be found:
> This error message was produced by the line
>  >  LoadModule mod_perl modules/mod_perl.so
> in the httpd.conf file.

Hi,
    Try, in http.conf,
        LoadModule perl_module modules/mod_perl.so
rather than
        LoadModule mod_perl modules/mod_perl.so

best regards,
randy kobes

Reply via email to