[2123] in Kerberos-V5-bugs
krb5b6 with --with-krb4= login will not compile.
daemon@ATHENA.MIT.EDU (Randall S. Winchester)
Wed Jul 31 21:40:00 1996
Date: Wed, 31 Jul 1996 21:39:35 -0400 (EDT)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
To: krb5-bugs@MIT.EDU
On Solaris 2.5 with the following configure line:
../src/configure --with-ccopts=-g --with-krb4=/usr/local/athena \
--with-krb5-root=/etc --prefix=/usr/local/krb5 --with-kdb-db=db \
--with-kdb-dbopts="-I/usr/local/db/include -L/usr/local/db/lib"
Make goes well till this:
cc -L./../../lib -L./../../lib -L/usr/local/athena/lib -o login.krb5 login.o
setenv.o ../../krb524/libkrb524.a -lpty -lkrb5util -lkrb -ldes425
-lkrb5 -lcrypto -lcom_err -lcrypt -lnsl -lsocket
Undefined first referenced
symbol in file
krb_get_err_text login.o
krb_save_credentials login.o
krb__get_srvtabname login.o
ld: fatal: Symbol referencing errors. No output written to login.krb5
gmake[2]: *** [login.krb5] Error 1
gmake[1]: *** [all-unix] Error 1
gmake: *** [all-unix] Error 1
A little looking around and I see libkrb4.a is not being built. Is there a
work around/patch to one of the configure/configure.in/Makefile.in files?
Thanks,
Randall