I was working getting 2006a running and ran into this compile time problem:

make lrh EXTRAAUTHENTICATORS=gss SSLTYPE=unix PASSWDTYPE=gss

... A bunch of output then it gets interesting ....

Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make lnx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
osdep.c: In function `checkpw':
osdep.c:116: error: syntax error before '-' token
osdep.c: At top level:
osdep.c:136: error: syntax error before "return"
make[3]: *** [osdep.o] Error 1
make[3]: Leaving directory `/esnet/src/imap/imap-2006a/c-client'
make[2]: *** [lnp] Error 2
make[2]: Leaving directory `/esnet/src/imap/imap-2006a/c-client'
make[1]: *** [OSTYPE] Error 2
make[1]: Leaving directory `/esnet/src/imap/imap-2006a'
make: *** [lrh] Error 2

Perhaps this is an invalid combination, I'm not sure since I was experimenting with compile options. I'm looking to get to an install that can hopefully use an already granted kerberos ticket (from the original ssh login) and if there isn't one (because it's a remote imapd only connection) use the pam process to auth itself. Of course, maybe I'm going about this the wrong way too.

thanks,
David

--
David Severance
Network and Academic Computing Services
(949) 824-7552
[EMAIL PROTECTED]

_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to