[7638] in Kerberos
Kerberos 5 version 6 - Execution problems
daemon@ATHENA.MIT.EDU (Daniel J. Ehrle)
Sun Jul 14 20:12:56 1996
To: kerberos@MIT.EDU
Date: Sun, 14 Jul 1996 17:59:06 GMT
From: "Daniel J. Ehrle" <dehrle@ub.com>
I can run Keberos V beta 6 on one PC running linux 1.2.13 (pent/120 with
32MB memory and running Openview). However, I get a segmentation fault
when trying to run several of the executables on another pc with same os
(386 with 14MB and 15MB swap wo/Openview). I can copy the executables
(i.e. krb5_create) between systems - same problem.
Help!
Also, after running "/u1/krb5-beta6/src# ./configure --without-krb4
--with-ccopts=-0" on a HP UX 9000/715 platform version 9.05 I run "make"
and get the following msgs:
cc -Dconst= -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES3_CBC_SHA=1
-DPROVIDE_DES_CBC_CRC=1 -D
PROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES3_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1
-DPROVIDE_CRC32=1 -DPRO
VIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1 -DPROVIDE_NIST_SHA=1
-DKRB5_KRB4_COMPAT -I./../../include -I
../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32
-I./des -I./md4 -I./md5 -I./
sha -c ./cryptoconf.c
cc: "crc32/crc-32.h", line 33: error 1000: Unexpected symbol:
"crc32_cksumtable_entry".
cc: "md4/rsa-md4.h", line 42: error 1000: Unexpected symbol:
"rsa_md4_cksumtable_entry".
cc: "md5/rsa-md5.h", line 67: error 1000: Unexpected symbol:
"rsa_md5_cksumtable_entry".
*** Error code 1
Stop.
Help!