Subject: Re: login.c doesn't build with crypto-intl (was: Kerberos questions)
To: Aidan Cully <aidan@kublai.com>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 06/02/2000 07:56:36
On Fri Jun  2 04:55:30 2000, Aidan Cully wrote:
> 
> Thanks for letting me know.  Right now, I'm going to back out the hooks
> into krb5.conf, which are causing all the trouble.  Over the weekend,
> barring objections, I'll investigate adding hooks into login.conf for
> allowing equivalent functionality.

Thank you, but see I speculated in my pr: bin/10254 that cause a link
problem:

login.o: In function `main':
login.o(.text+0x507): undefined reference to `k5login'
login.o(.text+0x6df): undefined reference to `k5destroy'
login.o(.text+0xd60): undefined reference to `krb5tkfile_env'
login.o: In function `dofork':
login.o(.text+0x1070): undefined reference to `k5destroy'
collect2: ld returned 1 exit status

crypot-intl doesn't use basesrc/usr.bin/login/k5login.c it use its own
version.

Bernd