[880] in Kerberos-V5-bugs
Build problem with krb5-B4-PL3 on Solaris (with fix)
daemon@ATHENA.MIT.EDU (Dan Nessett)
Wed Oct 19 12:41:56 1994
Date: Wed, 19 Oct 1994 09:40:40 -0700
From: Danny.Nessett@Eng.Sun.COM (Dan Nessett)
To: krb5-bugs@MIT.EDU
I just ftp'd the current patch level for krb5-B4 (patch level 3) and followed
the instructions. I am running on an alpha version of Solaris 2.5 (however,
I don't think its a 2.5 versus 2.4 or 2.3 issue that's causing my problem). When
the make got to the link step for telnet, it blew up. It couldn't resolve
the symbols "index" and "rindex".
I consulted with some term I/O people here and they informed me these symbols
are defined in libucb. So I reran the configure step with the following
option :
./configure --with-ccopts=-lucb
This seemed to correct the problem and the build worked. (At least the
make completed. I haven't yet tested things out.
Regards,
Dan Nessett
P.S. BTW, where is the documentation for installing and adminstering the
KDC? There doesn't appear to be anything in the docs directory. Also, when
I run make in either doc/api or doc/implement I get the error message
make: Fatal error: Don't know how to make target `library.idx'
Not being a latex guru, I don't know exactly what to do to correct this.