Date: Mon, 18 Feb 2008 22:59:36 -0900 From: Beech Rintoul <beech@freebsd.org> To: freebsd-questions@freebsd.org Cc: Da Rock <rock_on_the_web@comcen.com.au>, Ted Mittelstaedt <tedm@toybox.placo.com> Subject: Re: Still looking for a calendar server... Message-ID: <200802182259.40619.beech@freebsd.org> In-Reply-To: <BMEDLGAENEKCJFGODFOCCEGFCFAA.tedm@toybox.placo.com> References: <BMEDLGAENEKCJFGODFOCCEGFCFAA.tedm@toybox.placo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 18 February 2008, Ted Mittelstaedt said: > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Da Rock > > Sent: Monday, February 18, 2008 4:16 PM > > To: freebsd-questions@freebsd.org > > Subject: Re: Still looking for a calendar server... > > > > > > > > I'm currently looking into bedework now- it seems ideal, but > > getting tomcat to work with apache is becoming a challenge. I'm > > using mod_jk but it doesn't appear to be cooperating yet. > > > > What is your experience in building apache modules? The problem > > is mainly in the mod_dav_acl module which needs xattr.h. I'm > > wondering if we can "borrow" the headers from another source. > > You can borrow whatever headers you need to get the code to > compile. You may find that it would work a lot better though if you > change the xattr.h include to: > > include <sys/extattr.h> > > The problem will be in the link stage. If the libraries that you > have linked in do not contain the functions that are defined in > xattr.h then you will get link failures. > > However I don't really understand why your having problems. The > SF page for this, here: > > http://sourceforge.net/projects/moddavacl > > claims: > > "Operating System: All POSIX (Linux/BSD/UNIX-like OSes)" > > This would indicate a configure script that understands > FreeBSD is present. It sounds to me like you are not > following the instructions included with the mod_dav_acl module > to build it properly. What exactly are you doing? Could you > post the steps your going through to build this? > > I had thought Mirosoft deprecated all the webdav stuff in > future IIS servers - maybe there is a lack of interest in the > industry now? > > Ted He also might want to look at Horde. You can install from=20 www/horde-meta and choose the kronolith module.=20 =46rom their website: "The Kronolith calendar provides a robust web-based calendar for any=20 number of users or groups, with the ability to show any number of=20 calendars in a single overlaid view. Users can create any number of=20 calendars and grant read, edit, or full permissions to any user,=20 group, or any combination thereof." Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.3R/announce.html =2D------------------------------------------------------------------------= =2D-------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802182259.40619.beech>