[OpenAFS-devel] Using aklog on MacOS with Apple Kerberos
Douglas E. Engert
deengert@anl.gov
Fri, 18 Nov 2005 16:32:40 -0600
This is a multi-part message in MIME format.
--------------020300020304000109070605
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Ken Hornstein wrote:
>>>How come you didn't use --with-krb5-conf ?
>>
>>I did not see the Mac Kerberos krb5-conf. Is there one?
>
>
> This is 10.4, right?
>
> % which krb5-config
> /usr/bin/krb5-config
There is one! (I am not really a Mac person.)
OK, I will have to try it that way as well on Monday. I
wonder if there is some difference with the /usr/include
versions of the header files and the framework versions.
in /System/Library/Frameworks/Kerberos.framework/Headers/
Its a conflict between the
/System/Library/Frameworks/Kerberos.framework/Headers/com_err.h
and the cvs/ppc_darwin_80/include/afs/com_err.h
See attachment.
So it might not need a patch after all.
>
> (There isn't one in 10.3).
>
> --Ken
> _______________________________________________
> OpenAFS-devel mailing list
> OpenAFS-devel@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-devel
>
>
--
Douglas E. Engert <DEEngert@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
--------------020300020304000109070605
Content-Type: text/plain;
name="framework.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="framework.txt"
cc -I/System/Library/Frameworks/Kerberos.framework/Headers -DALLOW_REGISTER -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/src/config -I. -I. -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/include -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/include/afs -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/include/rx -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80 -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/src -I/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/src -no-cpp-precomp -c aklog_main.c
In file included from /usr/include/kerberosIV/krb_err.h:9,
from /usr/include/kerberosIV/krb.h:57,
from aklog.h:35,
from aklog_main.c:88:
/System/Library/Frameworks/Kerberos.framework/Headers/com_err.h:86: error: conflicting types for 'com_err'
/afs/anl.gov/appl/OpenAFS-dev3/build/1.4.0-cvs/ppc_darwin_80/include/afs/com_err.h:15: error: previous declaration of 'co
--------------020300020304000109070605--