[7341] in Kerberos
krb5.conf and compile error
daemon@ATHENA.MIT.EDU (Chris Marshall)
Thu May 23 12:58:46 1996
Date: Thu, 23 May 1996 12:26:50 -0400 (EDT)
From: Chris Marshall <cmarsh01@west.poly.edu>
To: kerberos@MIT.EDU
Two questions:
1) I moved the krb5.conf to /etc but I am still getting the same error
message. (Improper format of configuration file wile retreiving
default realm name) Is there anything wrong with the following:
[libdefaults]
ticket_lifetime = 600
default_realm = KDL.POLY.EDU
[realms]
KDL.POLY.EDU = {
default_domain = POLY.EDU
kdc = MYHOST.POLY.EDU
admin_server = MYHOST.POLY.EDU
v4_instance_convert = {
poly = poly.edu
}
}
[domain_realm]
.poly.edu = KDL.POLY.EDU
The second questions is that I am compiling krb5b5 on another machine,
this time a SunOS 5.4 with gcc, and I get the following error:
__builtin_va_alist is not defined. This occurs in comerr.c ... I've
searched man pages high and low, and have no idea what this is. Hacking
the source didn't provide many clues, besides it compiled fine on a SunOS
5.5 machine.
Any pointers?
Thanks alot!
--Chris