[OpenAFS] Building OpenAFS on MacOSX

Mike Bydalek mbydalek@contentconnections.com
Tue, 29 Nov 2005 14:41:20 -0700


> 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