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)
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
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.