Skip Menu |
 

Download (untitled) / with headers
text/plain 4.5KiB
From dchan@cisco.com Tue Dec 10 19:15:45 1996
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id TAA11202 for <bugs@RT-11.MIT.EDU>; Tue, 10 Dec 1996 19:15:44 -0500
Received: from greatdane.Cisco.COM by MIT.EDU with SMTP
id AA17454; Tue, 10 Dec 96 19:15:43 EST
Received: (dchan@localhost) by greatdane.cisco.com (8.6.12/8.6.5) id QAA24965; Tue, 10 Dec 1996 16:15:41 -0800
Message-Id: <199612110015.QAA24965@greatdane.cisco.com>
Date: Tue, 10 Dec 1996 16:15:41 -0800 (PST)
From: Derek Chan <dchan@cisco.com>
To: krb5-bugs@MIT.EDU
Cc: dchan@cisco.com (Derek Chan)
Subject: problem in installing krb5 B7

Show quoted text
>Number: 292
>Category: krb5-build
>Synopsis: problem in installing krb5 B7
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Dec 10 19:16:01 EST 1996
>Last-Modified: Thu Dec 12 16:47:01 EST 1996
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Thu Dec 12 16:43:49 1996
State-Changed-Why:
known bug / user error


From: Tom Yu <tlyu@MIT.EDU>
To: dchan@cisco.com
Cc: krb5-bugs@MIT.EDU, dchan@cisco.com
Subject: Re: krb5-build/292: problem in installing krb5 B7
Date: Thu, 12 Dec 1996 16:46:00 -0500

These are known bugs.

1. The original krb5-beta7 tarfiles contains a bug in the configure
script, as you discovered. There was a new tarfile posted to the ftp
site that has this problem corrected.

2. krb5 no longer builds with a non-ANSI C compiler.

---Tom
Show quoted text
>Unformatted:
Hi,

I have problems in installing kerberos V5 Beta7. Here's my system's uname
output:

autons-prod-coreasun:/rub/mitkrb/krb5-beta7/src 41 > uname -a
SunOS autons-pr 4.1.3 3 sun4m


Problem #1 When doing configure, I can't get configure to complete unless
I delete the "export import" from the following line in kadmin/configure:

for ac_config_dir in export import cli dbutil passwd ktutil server v4server v5passwdd; do

Problem #2 when doing make I have problem in compiling util/hash/hash.c as
indicated by the following output from make.

Any help is appreciated.

Thanks in advance.

Derek

autons-prod-coreasun:/rub/mitkrb/krb5-beta7/src 40 > make
making all in util...
make[1]: Entering directory `/rub/mitkrb/krb5-beta7/src/util'
rm -f ../include/db.h ../include/db-config.h ../include/db-ndbm.h \
../lib/libdb.a
ln -s ../util/db2/obj/db.h ../include
ln -s ../util/db2/obj/db-config.h ../include
ln -s ../util/db2/obj/libdb.a ../lib
if test '.' = . ; then \
ln -s ../util/db2/include/db-ndbm.h ../include; \
else \
ln -s ./db2/include/db-ndbm.h ../include; \
fi
making all in util/et...
make[2]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/et'
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/et'
making all in util/ss...
make[2]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/ss'
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/ss'
making all in util/profile...
make[2]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/profile'
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/profile'
making all in util/pty...
make[2]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/pty'
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/pty'
making all in util/dyn...
make[2]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/dyn'
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/dyn'
making all in util/db2...
make[2]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/db2'
for i in obj; do (cd $i; make all) || exit 1; done
make[3]: Entering directory `/rub/mitkrb/krb5-beta7/src/util/db2/obj'
cc -g -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash.o ../hash/hash.c
"../hash/hash.c", line 718: signed undefined
"../hash/hash.c", line 718: syntax error at or near type word "char"
"../hash/hash.c", line 736: syntax error at or near type word "char"
"../hash/hash.c", line 998: syntax error at or near variable name "signed"
"../hash/hash.c", line 1008: signed undefined
make[3]: *** [hash.o] Error 1
make[3]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/db2/obj'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/db2'
ake[1]: *** [all-unix] Error 1
make[1]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util'
make: *** [all-unix] Error 1
autons-prod-coreasun:/rub/mitkrb/krb5-beta7/src 41 >