From owner-freebsd-current Fri Mar 14 07:31:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23580 for current-outgoing; Fri, 14 Mar 1997 07:31:23 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA23575 for ; Fri, 14 Mar 1997 07:31:16 -0800 (PST) Received: from imp by rover.village.org with local (Exim 0.56 #1) id E0w5Yws-00048K-00; Fri, 14 Mar 1997 08:31:14 -0700 To: current@freebsd.org Subject: Buglet in telnet Message-Id: From: Warner Losh Date: Fri, 14 Mar 1997 08:31:14 -0700 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm being bad and running on a system that the make install part of the make world is running. The old telnet binary gave me the following error when I tried to run it after the new libc was installed: ld.so failed: Undefined symbol "_enctype_names" in telnet:telnet Is this a compatibility problem that needs to be worried about? Warner P.S. The new telnet works just fine, btw, so I'm not complaining.