[7541] in Kerberos
Kerberos V5 beta 6 on Linux (Slackware 3.0) - help
daemon@ATHENA.MIT.EDU (Daniel J. Ehrle)
Thu Jun 27 23:50:18 1996
To: kerberos@MIT.EDU
Date: Thu, 27 Jun 1996 21:36:21 GMT
From: "Daniel J. Ehrle" <dehrle@ub.com>
I tried installing kerb5-beta6 on my Linux system (pent. 120 - Toshiba laptop).
Used the following commands.
* cd /u1/krb5-beta/src
* ./configure --without-krb4 --with-kdb-db=db (also tried wo parameter)
* make
make failed so I edited ../src/util/ss/mk_cmd.. removing "-" from the end of one line.
* reran "make"
* make check (tests passed until SHS test 1)
* created krb5.conf
* no /usr/local/bin or sbin or admin ... directories found
* make install
no /usr/local/bin or sbin or admin ... directories or binaries found
* created /usr/local sub-directories
* make install (not well documented that this needs to be run)
* subdirectories with binaries found (i.e. /usr/local/bin)
* kdb5_create - worked
* kdb5_stash - worked
* kdb5_edit: ank USER (worked)
* krb5kdc - worked (ps aux - showed it)
* kinit USER - prompted for password - after password entered job did not terminate
HELP