> ld: Undefined symbols: > _k_hasafs > _k_pioctl no libkafs your configure output says: checking for libkafs/libkrbafs... (cached) no You need libkafs from kth-krb, heimdal or standalone (see README). The configure run should then find it (maybe with help of the --with-krbafs=dir option) and add -L_some_dir -lkafs to the command. Harald.