From owner-freebsd-questions Wed Jul 25 2:25:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from router.darlow.co.uk (pc1-bigg2-0-cust221.lut.cable.ntl.com [62.255.179.221]) by hub.freebsd.org (Postfix) with ESMTP id 45A0F37B401 for ; Wed, 25 Jul 2001 02:25:13 -0700 (PDT) (envelope-from neil@darlow.co.uk) Received: from ideal.darlow.co.uk (neil@ideal.darlow.co.uk [192.168.0.3]) by router.darlow.co.uk (8.11.3/8.11.3) with SMTP id f6P9P6R12955 for ; Wed, 25 Jul 2001 10:25:07 +0100 (BST) (envelope-from neil@darlow.co.uk) From: Neil Darlow Date: Wed, 25 Jul 2001 09:25:06 GMT Message-ID: <20010725.9250600@ideal.darlow.co.uk> Subject: Problems building telnetd with SA-01:49 applied. To: freebsd-questions@freebsd.org X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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