2010/3/9 Lukas Hejtmanek <xhejtman@xxxxxxxxxxx>: > On Tue, Mar 09, 2010 at 06:29:08PM +0100, Lukas Hejtmanek wrote: >> 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. > > this seems to be caused by configure, which contains: > KRBLIBS=`$K5CONFIG --libs gssapi` > > $ krb5-config --libs gssapi > -Wl,-Bsymbolic-functions -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err > > ./aclocal/kerberos5.m4 contains as well: > KRBLIBS=`$K5CONFIG --libs gssapi` Yes, but the utils/gssd/Makefile should link librpcsecgss and libgssglue before the Kerberos libs. (We need the krb5 libs to deal with credential cache and keytab stuff directly.) -- 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