> PS: What about this --with-krb5-conf ? There's no /usr/bin/krb5-config on my MacOS (10.3). > You need to set KRB5LIBS and KRB5CFLAGS when doing a ./configure. Here's what I used for 10.3: KRB5LIBS=-L/usr/lib -Wl,-search_paths_first -lkrb5 -lk5crypto -lcom_err -lresolv KRB5CFLAGS=-I/usr/include -Mike