[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

afskauthlib



Im trying to compile kpam with:

./configure --with-krb5=/pkg/heimdal/default/linux24/ --enable-afs
--with-krb4=/pkg/kth-krb/default/linux24/ --with-install-path=/lib/security/

but it says:

checking for krb5.h... yes
checking for krb5_afslog in -lkafs... no
ERROR--------------------------------------
you used --enable-afs,
but heimdal is built without afs support
ERROR--------------------------------------

but i cant find out how i should compile heimdal with afs support. Nothing
in the readme, nothing in configure --help.

I think its lib/auth/afskauthlib/afskauthlib.so that i want to compile but
even if go there and compile and install it, kpam would still not detect
it.

So how do i compile heimdal with afs support? Have i missed something
obvious?