Hi Nico I'm doing the ccache programming now on Solaris.
It seems the krb5.h from MIT krb5 1.7 and the /usr/include/kerberosv5/krb5.h are not compatible. I'm using dlopen() to load the .so file. ----------------------------------------------------------- | compile: include krb5.h from +-----------------+---------------------- | MIT | Solaris ------------------+-----------------+---------------------- run: | MIT | OK | core dump with |-----------+-----------------+---------------------- .so | Solaris | read no creds | OK from | | from ccache | ------+-----------+-----------------+---------------------- So it seems I cannot build a binary which works with both of them. Is the Kerberos 5 API really standardized? Any suggestion is welcomed. Thanks Max