Date: Wed, 25 Jul 2001 09:25:06 GMT From: Neil Darlow <neil@darlow.co.uk> To: freebsd-questions@freebsd.org Subject: Problems building telnetd with SA-01:49 applied. Message-ID: <20010725.9250600@ideal.darlow.co.uk>
next in thread | raw e-mail | index | archive | help
Hi, I have a FreeBSD 4.3-RELEASE system rebuilt with MAKE_KERBEROS4=3Dtrue. After cvsup'ing to RELENG_4_3 I attempted to rebuild telnetd and was met= with a load of unresolved references to KerberosIV functions in=20 libtelnet.a. Scanning through the /usr/src tree, I found the following logic within /usr/src/secure/lib/Makefile: .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=3Dlibtelnet .endif This means that, for my setup, libtelnet.a would not be built. I rebuilt= and installed libtelnet.a from /usr/src/secure/lib/libtelnet and=20 thereafter was able to build and install telnetd without errors. I also noticed that /usr/src/crypto/telnet/libtelnet contains two source= files, i.e. kerberos.c and kerberos5.c, which aren't built into=20 libtelnet.a. Am I missing something here, or are there errors in the above Makefile=20 logic and source file list for libtelnet when using KerberosIV? Regards, Neil Darlow. -- 1024D/531F9048 1999-09-11 Neil Darlow <neil@darlow.co.uk> GPG fingerprint =3D 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010725.9250600>