On Tue, Mar 09, 2010 at 12:04:29PM -0500, Kevin Coffman wrote: > I'm confused. gssd shouldn't be calling any of the Kerberos GSS > functions directly, it should be calling the one in libgssglue, which > should call the mechanism-specific (Kerberos) version. strange, but kerberos lib contains the name as well: nm libgssapi_krb5.so | grep gss_acquire_cred 000000000000b3a0 T gss_acquire_cred nm libgssglue.so | grep gss_acquire 00000000000004d0 T gss_acquire_cred both are linked with gssd. So the linker probably picks one. But I found the problem. They are still autotools which are failing. Something adds -lgssapi_krb5 into KRBLIBS. If I remove -lgssapi_krb5 and use -lgssglue instead, it runs fine. -- Lukáš Hejtmánek -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html