[OpenAFS] Building OpenAFS on MacOSX
Frank Burkhardt
fbo2@gmx.net
Tue, 29 Nov 2005 21:53:03 +0100
Hi,
On Tue, Nov 29, 2005 at 10:11:13AM -0600, Douglas E. Engert wrote:
[snip]
> I too amy not a real Mac person. You may need the MacOS xcode code
> development
> packaged, I had it installed before I looked at OpenAFS.
>
> Actually I found it rather easy to build OpenAFS on MacOS 10.4, as it is
> based on unix based.
>
> ./configure \
> --enable-largefile-fileserver \
> --with-krb5-conf=/usr/bin/krb5-config
>
> make all
> make dest
> make packages
After removing --enable-lagefile-fileserver (I just need the client so this doesn't matter)
it compiled. I fixed the finder-problem and it works like a charm :-) .
Thank you,
Frank
PS: What about this --with-krb5-conf ? There's no /usr/bin/krb5-config on my MacOS (10.3).