Date: Tue, 24 Jul 2001 13:48:47 -0500 From: Tony Wells <tony@camel.kdsi.net> To: freebsd-questions@FreeBSD.ORG Subject: Problems upgrading telnetd on 4.2-RELEASE Message-ID: <3B5DC30F.CAF84508@camel.kdsi.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B5DC30F.CAF84508>