Hi Joe, --On February 15, 2007 1:18:53 PM -0500 Joe Auty <joe@netmusician.org> wrote:
I've been happily running Calendar Server on a spare Linux machine for a while now, and would very much like to get it running under FreeBSD. I found the following old list post with instructions as to how to get DCS running:
http://lists.macosforge.org/pipermail/calendarserver-users/2006-October/0 00090.html
The error message I''m getting with this person's patches is as follows:
Building PyKerberos... running build running build_ext building 'kerberos' extension cc -fno-strict-aliasing -DNDEBUG -O -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -fPIC -I/usr/local/include/python2.4 -c src/kerberos.c -o build/temp.freebsd-5.4-RELEASE-p14-i386-2.4/src/kerberos.o -I/usr/include In file included from src/kerberos.c:21: src/kerberosbasic.h:19:27: gssapi/gssapi.h: No such file or directory In file included from src/kerberos.c:22: src/kerberosgss.h:36: error: syntax error before "gss_ctx_id_t" src/kerberosgss.h:43: error: syntax error before "gss_ctx_id_t" error: command 'cc' failed with exit status 1
Do you have a gssapi.h header somewhere on your system? If so where? Sometimes the extra "gssapi/" prefix on the #include does not work because of where the systems puts the Kerberos headers. -- Cyrus Daboo