30 Dec
2005
30 Dec
'05
10:21 p.m.
On Fri, 2005-12-30 at 15:09 -0500, Kim Culhan wrote:
Trying to update to dovecot-1.0.alpha5 and seeing this at compile time:
mech-gssapi.o mech-gssapi.c; then mv -f ".deps/mech-gssapi.Tpo" ".deps/mech-gssapi.Po"; else rm -f ".deps/mech-gssapi.Tpo"; exit 1; fi mech-gssapi.c:30:27: gssapi/gssapi.h: No such file or directory mech-gssapi.c:42: error: syntax error before "gss_ctx_id_t" mech-gssapi.c:51: error: syntax error before "gss_name_t" mech-gssapi.c:58: error: syntax error before "OM_uint32"
Why does FreeBSD have krb5-config but no gssapi/gssapi.h? Guess I'll have to check that header also..
You can work around this with: ./configure --without-gssapi