You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sean Kibler <sk...@gmail.com> on 2008/02/19 03:55:26 UTC

[users@httpd] compiling modules with apxs

Hi, first post and first time to a mailing list.

I am trying to compile a mod_dav shared module for Apache 2.2.8.

I'm doing this:
apxs -i -a -c mod_dav.c

I am in the directory with the include files for mod_dav.

I have also tried using the -n option to supply the name but wasn't sure 
what to use so I tried a bunch of different things.

Here is the error I am getting:
apxs:Error: Sorry, cannot determine bootstrap symbol name.

Doing:
apxs -c mod_dav.c

Will compile everything but not link into mod_dav.so

Any help/advice at anyones convenience is appreciated.

For future reference can I use HTML here? For instance if I use <CODE> 
tags to make posts more readable will it work?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org