logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Apache wont recognize module
Author
alexerwin



Joined: 24 Mar 2009
Posts: 14

PostPosted: Wed 25 Mar '09 16:01    Post subject: Apache wont recognize module Reply with quote

Hi,

I built a helloworld module using the code from http://www.cb1inc.com/2007/12/24/creating-a-hello-world-apache-module-with-kdevelop-on-ubuntu because all the rest of the examples were overly complex. I built it on a windows 2003 server with Visual Studio.

I got a successful build with no errors and I tried to include it with LoadModule Statement, and apache is saying:

The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 37 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_helloworld.so into server: The specified module could not be found.

I made sure List, Read, R/E is on the folder and even gave full privs to that file, and nothing!

Thanks Alex
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Tue 07 Apr '09 9:53    Post subject: Reply with quote

Are the include or the source files version matching to your running apache version?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 07 Apr '09 17:57    Post subject: Reply with quote

James:

Background info
http://www.apachelounge.com/viewtopic.php?t=2938
Back to top


Reply to topic   Topic: Apache wont recognize module View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules