[krbdev.mit.edu #5716] Build issues --with-kdc-kdb-update HPUX 11.23 and Linux x86_64

Public Submitter via RT rt-comment at krbdev.mit.edu
Wed Sep 12 16:15:01 EDT 2007


Attached a diff of what i did to get a working kdc under HPUX 11.23
compiled as a 32bit application . When i compiled and ran the kdc as a
64bit application on hpux11.23 i got series of errors from kdc/network.c
  (see below) it appears there may be some 32/64 bit low level network
issue. Our site does not use ipv6 currently , it appeard to be coming
from a error return in inet_ntop compiled as a 64 bit applications 
under both the hpux64(ia64 ) and pa20_64(hppa2.0w)from hpux11.11. i also
had to do some (extern) int type manuipulations in spnego.c to get it to
 compile which were not needed in the 64bit version of hpux or linux for
that matter. 

Sep 12 10:14:01 pbccfd01 krb5kdc[8016](info): setting up network...
Sep 12 10:14:01 pbccfd01 krb5kdc[8016](info): listening on fd 8: udp
160.69.126.50.750
Sep 12 10:14:01 pbccfd01 krb5kdc[8016](info): listening on fd 9: udp
160.69.126.50.88
Sep 12 10:14:01 pbccfd01 krb5kdc[8016](info): set up 2 sockets
Sep 12 10:14:01 pbccfd01 krb5kdc[8017](info): commencing operation
Sep 12 10:15:02 pbccfd01 krb5kdc[8017](info): AS_REQ (7 etypes {18 17 16
23 1 3 2}) <unknown>: ISSUE: authtime 
1189610102, etypes {rep=16 tkt=16 ses=16}, mcoyne at PBDENTON.PACCAR.COM
for krbtgt/PBDENTON.PACCAR.COM at PBDENTON.P
ACCAR.COM
krb5kdc: Address family not supported by protocol family - while sending
reply to ?/0
Sep 12 10:15:38 pbccfd01 krb5kdc[8017](info): AS_REQ (7 etypes {18 17 16
23 1 3 2}) <unknown>: ISSUE: authtime 
1189610138, etypes {rep=16 tkt=16 ses=16}, mcoyne at PBDENTON.PACCAR.COM
for krbtgt/PBDENTON.PACCAR.COM at PBDENTON.P
ACCAR.COM
k



More information about the krb5-bugs mailing list