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: Adding mod_carddav binary to Downloads?
Author
ether



Joined: 16 May 2011
Posts: 2

PostPosted: Mon 16 May '11 12:05    Post subject: Adding mod_carddav binary to Downloads? Reply with quote

Hi. Is it possible to compile and add mod_carddav to the Downloads section? Or is there any simple-to-follow mod compiling guide?
Back to top
glsmith
Moderator


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

PostPosted: Tue 17 May '11 5:44    Post subject: Reply with quote

Little deeper than just this module.

FYI from the included readme;
-this is an Apache module implementation of CardDAV support to WebDAV
-is dependent on mod_dav_acl <http://sourceforge.net/projects/moddavacl/>

Do you have a Win32 version of it?

Let's start digging in the mod_carddav.c file itself.
also requires libxml2 (not a biggie)
also requires glib (biggie or not unknown as I have never had to compile it)

Warning signs;

not a WIN32, _WIN32 to be found in it (used to route around unix only stuff and use Win stuff instead if need be)
#include "unixd.h" in the open (probably for setting unix style file permissions looking in that file, can probably be bypassed)
#include <unistd.h> in the open (this isn't usually hard to get around but can be)

I have not looked at the other module but this one will need modification to get running on windows. As to the extent of modification I do not know.

Steffen will have to say yes or no, it's his site, he compiles everything here on that dowload page. It does not look promising at first glance.
Back to top
ether



Joined: 16 May 2011
Posts: 2

PostPosted: Wed 18 May '11 19:19    Post subject: Reply with quote

glsmith wrote:
Do you have a Win32 version of it?

Nope.

Thanks for the clarification though.
Back to top


Reply to topic   Topic: Adding mod_carddav binary to Downloads? View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules