[OpenAFS] Building OpenAFS on MacOSX
Frank Burkhardt
fbo2@gmx.net
Tue, 29 Nov 2005 23:03:00 +0100
Hi,
On Tue, Nov 29, 2005 at 02:41:20PM -0700, Mike Bydalek wrote:
>
> >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
Hmm... './configure --with-afs-sysname=ppc_darwin_70' worked for me -
configure didn't complain about missing krb5-options. The resulting package
behaves like the original one from openafs.org. I'm using a
'aklog-kerberos-plugin' to get a token using a krb5-TGT. Is there any
improvement that can be achived by using krb5-options for compiling the
openafs package?
Regards,
Frank