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>
index | next in thread | raw e-mail
Hi, I have a FreeBSD 4.3-RELEASE system rebuilt with MAKE_KERBEROS4=true. 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 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+=libtelnet .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 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 libtelnet.a. Am I missing something here, or are there errors in the above Makefile 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 = 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 messagehelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010725.9250600>
