Home > Archive > PERL Modules > February 2007 > mod_perl.so not found by Apache (win32)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
mod_perl.so not found by Apache (win32)
|
|
| Gerwin 2007-02-04, 6:58 pm |
| 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 2007-02-05, 3:58 am |
| 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 2007-02-05, 3:58 am |
| On Feb 5, 8:32 am, Ron Savage <r...@savage.net.au> wrote:
> On Mon, 5 Feb 2007 09:21:52 +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
| |
| Ron Savage 2007-02-06, 3:58 am |
| On Mon, 5 Feb 2007 20:57:03 +1100, Gerwin wrote:
Hi
> 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.
|
|
|
|
|