Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mod_perl.so not found by Apache (win32)

30 views
Skip to first unread message

Gerwin

unread,
Feb 4, 2007, 5:21:52 PM2/4/07
to
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 <ESC> 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)

Ron Savage

unread,
Feb 5, 2007, 2:32:56 AM2/5/07
to
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.


Gerwin

unread,
Feb 5, 2007, 4:57:03 AM2/5/07
to

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

Ron Savage

unread,
Feb 6, 2007, 4:25:24 AM2/6/07
to
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.


0 new messages