I moved from cifs-utils 5.0 to 5.2. I didn't have keyutils installed and the compilation failed because configure checks for its presence, but doesn't abort if it's missing, and make tries to link to it. ... checking keyutils.h usability... no checking keyutils.h presence... no checking for keyutils.h... no configure: WARNING: keyutils.h not found, consider installing keyutils-libs-devel. Disabling cifs.upcall. configure: WARNING: keyutils.h not found, consider installing keyutils-libs-devel. Disabling cifs.idmap. ... Makefile.in: @CONFIG_CIFSACL_TRUE@getcifsacl_LDADD = -lkeyutils $(WINB_LDADD) @CONFIG_CIFSACL_TRUE@setcifsacl_LDADD = -lkeyutils $(WINB_LDADD) Apparently, getcifsacl and setcifsacl don't use keyutils at all, but cifs-utils links to it ? -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html