[2058] in Kerberos-V5-bugs
Kerberos 5 beta 6 - Problems
daemon@ATHENA.MIT.EDU (Dan Ehrle/UB Networks)
Fri Jun 28 09:48:06 1996
To: krb5-bugs <krb5-bugs@MIT.EDU>
From: Dan Ehrle/UB Networks <Dan_Ehrle@UB.com>
Date: 28 Jun 96 8:48:05 EDT
I tried installing Kerberos 5 beta 6 on my Linux 1.2.13 (Slackware 3.0). I did
the following:
* su
* mkdir /u1
* cd /u1
* copied the tar files (src and crypto) to /u1
* tar -xvf ...
* cd krb5-beta6/src
* ./configure --with-kdb-db=db (tried with out parameter and with others
params - no change in results)
* make (failed - util/ss/mk_cmd)
* editted mk_cmd (removed "-" from the end of a line)
* make
* make check (passes all tests until failing on SHS test 1)
* checked for binaries in the /usr/local/bin and sbin - empty - no bin and
sbin ... directories
* make install
* checked for binaries in the /usr/local/bin and sbin - empty - no bin and
sbin ... directories
* created the directories
* make install
* checked for binaries - they exist
* vi /etc/krb5.conf - created file
* mkdir /usr/local/kdb5kdc
* kdb5_create - worked
* kdb5_stash - worked
* kdb5_edit - worked
* krbkdc - worked (check with ps aux)
* kinit USERNAME - prompted for password, password entered, no response from
application, pressed return several times and go newlines, Ctl-C
* klist - show no tickets outstanding
Where did I go wrong? Also, logged onto a HP system as root (HPUX 9.05) and
tried the above - 1st make failed early on.