It seems the configure check for "krb5-config" isn't doing stuff 100% right.. :-)
"make" after configure gives:
...
Making all in auth
source='mycrypt.c' object='mycrypt.o' libtool=no
DEPDIR=.deps depmode=none /bin/bash ../../depcomp
cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-sql
-I../../src/lib-settings -I. ./../src/lib-ntlm -I../../src/lib-otp
-DAUTH_MODULE_DIR=\""/ifm/pkg/dovecot/1.1.rc5-ifm/lib/dovec ot/auth"\"
-DPKG_LIBEXECDIR=\""/ifm/pkg/dovecot/1.1.rc5-ifm/libexec/dovecot"\"
/usr/bin/krb5-conf ig: Unknown option gssapi' -- use
--help' for usage
-fast -m64 -L/ifm/lib/64 -R/ifm/lib/64 -L/ ifm/lib/64 -R/ifm/lib/64
-L/usr/sfw/lib/64 -R/usr/sfw/lib/64 -I/usr/sfw/include -c mycrypt.c
bash: -c: line 2: unexpected EOF while looking for matching '' *** Error code 2 make: Fatal error: Command failed for target
mycrypt.o'
A check into the "config.log" gives:
...
configure:30574: result: no
configure:30601: checking for krb5-config
configure:30617: found /usr/bin/krb5-config
configure:30629: result: YES
configure:30661: checking gssapi/gssapi.h usability
configure:30678: cc -c -fast -m64 -L/ifm/lib/64 -R/ifm/lib/64
-L/ifm/lib/64 -R/ifm/lib/64 -L/usr/sfw/lib/64 -R/usr/sfw/lib/64
-I/usr/sfw/include /usr/bin/krb5-config: Unknown option gssapi' -- use
--help' for usage conftest.c >&5
Somehow I don't think "usr/bin/krb5-config: Unknown option gssapi' -- use
--help' for usage" is a valid C compiler option. :-)
- Peter