From owner-freebsd-security Fri Jul 27 4:36:50 2001 Delivered-To: freebsd-security@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id ED3DF37B405 for ; Fri, 27 Jul 2001 04:36:47 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([64.228.155.124]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010727113647.JOXC1934.tomts5-srv.bellnexxia.net@xena.gsicomp.on.ca> for ; Fri, 27 Jul 2001 07:36:47 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f6RBYAc99730 for ; Fri, 27 Jul 2001 07:34:10 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <005301c1168f$cc478c60$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: Subject: problem with telnetd patch Date: Fri, 27 Jul 2001 07:32:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ please cc, not on security- ] Folks, I just updated one of my client's machines to RELENG_4_3, and attempted to update telnetd. I used: cd /usr/src/secure/libexec/telnetd make depend && make all install which failed, complaining of unresolved Kerberos symbols. To fix the problem, I had to add ${LIBKRB} and ${LIBCOM_ERR} to the DPADD line of the Makefile, and -lkrb and -lcom_err to the LDADD line of the Makefile. The machine that I was upgrading was a clean install of 4.3-REL from a few months ago, no cvsup's of any source since then. Any ideas why I was running into this problem? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message