mod_perl.so not found by Apache (win32)

mod_perl.so not found by Apache (win32)

am 04.02.2007 23:21:52 von Gerwin

Hi,

I followed everything as described on http://perl.apache.org/docs/2.0/
os/win32/config.html
and some of the notes i found by searching google but i still get the
message:

"httpd.exe: Syntax error on line 116 of C:/Program Files/Apache
Software Foundati
on/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache
Software Found
ation/Apache2.2/modules/mod_perl.so into server: The specified module
could not
be found.
Note the errors or messages above, and press the key to exit.
27..."

I uninstalled Apache and installed 2.2.4 again and reinstalled
mod_perl-2.0 using the PPM but no go either

mod_perl.so is in the modules directory but still nothing. Anyone
knows how to solve this? (i've seen more people having this problem)

Re: mod_perl.so not found by Apache (win32)

am 05.02.2007 08:32:56 von Ron Savage

On Mon, 5 Feb 2007 09:21:52 +1100, Gerwin wrote:

Hi

> "httpd.exe: Syntax error on line 116 of C:/Program Files/Apache
> Software Foundati
> on/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache


Show us lines 110 .. 120 of httpd.conf.

Re: mod_perl.so not found by Apache (win32)

am 05.02.2007 10:57:03 von Gerwin

On Feb 5, 8:32 am, Ron Savage wrote:
> On Mon, 5 Feb 2007 09:21:52 +1100, Gerwin wrote:
>
> Hi
>
> > "httpd.exe: Syntax error on line 116 of C:/Program Files/Apache
> > Software Foundati
> > on/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache
>
> Show us lines 110 .. 120 of httpd.conf.

LoadFile "C:\Perl\bin\perl58.dll"
LoadModule perl_module modules/mod_perl.so

Re: mod_perl.so not found by Apache (win32)

am 06.02.2007 10:25:24 von Ron Savage

On Mon, 5 Feb 2007 20:57:03 +1100, Gerwin wrote:

Hi

>> Show us lines 110 .. 120 of httpd.conf.
>>
> LoadFile "C:\Perl\bin\perl58.dll"
> LoadModule perl_module modules/mod_perl.so

You've suppressed something, but anyway... Mine says:

LoadFile "c:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so

Note the slashes. Hard to believe, but that may be it.