[7512] in Kerberos
Building Kerberos on IRIX5.3
daemon@ATHENA.MIT.EDU (Jason Hong)
Thu Jun 20 19:39:48 1996
To: kerberos@MIT.EDU
Date: 20 Jun 1996 15:40:56 -0700
From: Jason Hong <hong@eeyore.acs.csulb.edu>
I have been trying to build kerberos5-beta6 on
SGI Chanllenge-S (IRIX-5.3).
configure and make ran nicely with few warnning messages
during compilation. It builds all the necessary executable binaries.
As I ran make check, I got next messages.
yei:/usr/local/src/krb5-b6/src 256$ make check
checking in util...
checking in util/et...
checking in util/ss...
checking in util/profile...
checking in util/pty...
checking in include...
checking in include/krb5...
checking in include/kerberosIV...
checking in lib...
checking in lib/crypto...
checking in lib/crypto/des...
cc -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include
-I./../../../include/krb5 -I../../../include/krb5 -c ./destest.c
cc -o destest destest.o process_ky.o key_sched.o\
../cryptoconf.o ../des_crc.o ./../../../lib/libkrb5.a
./../../../lib/libcrypto.a ./../../../util/et/libcom_err.a
-DKRB5_KRB4_COMP
AT -I./../../../include -I../../../include -I./../../../include/krb5
-I../../../include/krb5
ld:
Can't open: key_sched.o../cryptoconf.o (No such file or directory)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
yei:/usr/local/src/krb5-b6/src 257$
log.make line 1670/1705 (END)
I cannot find key_sched or cryptoconf files under the whole system.
Is this errors from configure or incompatiblity between IRIX and Kerberos?
Thank you,
Jason