From owner-freebsd-questions Tue Jul 24 11:49:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from camel.kdsi.net (camel.kdsi.net [206.103.113.218]) by hub.freebsd.org (Postfix) with ESMTP id 4911E37B401 for ; Tue, 24 Jul 2001 11:49:31 -0700 (PDT) (envelope-from tony@camel.kdsi.net) Received: from camel.kdsi.net (leepcC-212.sub-c.lee.net [208.205.126.212]) (authenticated (0 bits)) by camel.kdsi.net (8.12.0.Beta10/8.12.0.Beta10) with ESMTP id f6OJDXSW020954 for ; Tue, 24 Jul 2001 14:13:34 -0500 (CDT) Message-ID: <3B5DC30F.CAF84508@camel.kdsi.net> Date: Tue, 24 Jul 2001 13:48:47 -0500 From: Tony Wells X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problems upgrading telnetd on 4.2-RELEASE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 all, I'm trying to re-compile telnetd in accordance with security release FreeBSD-SA-01:49 and run into a problem during the linking process. Here's what I did: cd /usr/src patch -p < /usr/local/patches/telnetd-crypto.patch cd /usr/src/secure/libexec/telnetd make depend && make all install The directory /usr/src/secure/lib/libtelnet is sourced as a library directory, but all that's in there is a Makefile. I did a make depend && make all in that directory which generated a couple .a libraries, but alas, they have dependencies on DES functions that can't be found. The daemon builds OK from /usr/src/libexec/telnetd; Is this just a typo in the security release? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message