Apache 2.2.6 cannot load .so
am 24.10.2007 19:35:34 von JerryB
All,
I have pulled down Apache 2.2.6 and compiled it on Windows using VC++
Express. Everything builds successfully but when I try to start up
the server I get the following errors:
httpd.exe: Syntax error on line 67 of C:/Apache2/conf/httpd.conf:
Cannot load C:
/Apache2/modules/mod_actions.so into server: This application has
failed to star
t because the application configuration is incorrect. Reinstalling the
applicati
on may fix this problem.
It is not specific to mod_actions.so because if I comment out that
line in the configuration file it fails on the next module.
I have already tried specifying the full path to the module in the
config file and I get the same error.
Any help would be greatly appreciated.
Re: Apache 2.2.6 cannot load .so
am 24.10.2007 21:56:19 von Kees Nuyt
Hi Jerry,
On Wed, 24 Oct 2007 10:35:34 -0700, JerryB
wrote:
>All,
>
>I have pulled down Apache 2.2.6 and compiled it on Windows using VC++
>Express. Everything builds successfully but when I try to start up
>the server I get the following errors:
>
>httpd.exe: Syntax error on line 67 of C:/Apache2/conf/httpd.conf:
>Cannot load C:/Apache2/modules/mod_actions.so
>into server: This application has failed to start
>because the application configuration is incorrect.
>Reinstalling the application may fix this problem.
>
>It is not specific to mod_actions.so because if I comment out that
>line in the configuration file it fails on the next module.
>
>I have already tried specifying the full path to the module in the
>config file and I get the same error.
>
>Any help would be greatly appreciated.
Just a few suggestions:
Did you define the serverroot?
ServerRoot "C:/Apache2"
Did you put the modules in the %ServerRoot%/modules
directory?
Did you perhaps statically link in this (and the next
module?
Does the user in which Apache runs have access to the
module files?
HTH
--
( Kees
)
c[_] History is being created (Lana) (#378)