This is a discussion on Apache 2.2.6 cannot load .so within the Apache Web Server forums, part of the Web Server and Related Forums category; All, I have pulled down Apache 2.2.6 and compiled it on Windows using VC++ Express. Everything builds successfully ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
Hi Jerry, On Wed, 24 Oct 2007 10:35:34 -0700, JerryB <j.blasdel@tricorind.com> 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) |
| Thread Tools | |
| Display Modes | |
|
|