From owner-freebsd-stable Fri Feb 28 11:40:55 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA52C37B405; Fri, 28 Feb 2003 11:40:53 -0800 (PST) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A7E43FE1; Fri, 28 Feb 2003 11:40:50 -0800 (PST) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: stable@FreeBSD.org Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.6/8.11.6) with ESMTP id h1SJeol07366; Fri, 28 Feb 2003 13:40:50 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) by sleipnir.ncsa.uiuc.edu (8.12.7/8.12.7) with ESMTP id h1SJen6r097071; Fri, 28 Feb 2003 13:40:49 -0600 (CST) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.7/8.12.7/Submit) id h1SJenDl097070; Fri, 28 Feb 2003 13:40:49 -0600 (CST) From: Quincey Koziol Message-Id: <200302281940.h1SJenDl097070@sleipnir.ncsa.uiuc.edu> Subject: Re: Problem with telnet In-Reply-To: <20030228183737.GB64724@madman.celabo.org> To: "Jacques A. Vidrine" Date: Fri, 28 Feb 2003 13:40:49 -0600 (CST) Cc: stable@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Feb 28, 2003 at 08:36:27AM -0600, Quincey Koziol wrote: > > Hi all, > > I updated my machine to the latest stable source yesterday (2/27/03) and > > I'm now getting this message when [attempting to] telneting into it: > > > > Trying 141.142.xx.xx... > > Connected to sleipnir.ncsa.uiuc.edu (141.142.xx.xx). > > Escape character is '^]'. > > [ Kerberos V5 accepts you as ``koziol@NCSA.EDU'' ] > > [ Kerberos V5 accepted forwarded credentials ] > > > > *** Connection not encrypted! Communication may be eavesdropped. *** > > /usr/libexec/ld-elf.so.1: /usr/lib/libkrb.so.3: Undefined symbol "_ossl_old_des_set_key" > > Connection closed by foreign host. > > > > I've got "MAKE_KERBEROS4= yes" in my /etc/make.conf, but not > > "MAKE_KERBEROS5= yes" (since I've installed the heimdal port). Could this be > > related to the problem? > > Depends on what telnet and what telnetd you are using. Please try to > provide as much information as you can. This happens with any telnet client, but it does appear to be related to heimdal because I have /usr/local/libexec/telnetd (which is from heimdal) in my /etc/inetd.conf. Unfortunately, rebuilding heimdal fails with this error: cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../lib/roken -I../../lib/roken -I../com_err -I./../com_err -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -DINET6 -O2 -pipe -UINET6 -UIPSEC -march=k6 -c crypto.c -fPIC -DPIC -o .libs/crypto.lo crypto.c: In function `krb5_DES_schedule': crypto.c:156: warning: passing arg 2 of `DES_set_key' from incompatible pointer type crypto.c: In function `DES_string_to_key_int': crypto.c:186: incompatible type for argument 1 of `memset' crypto.c: In function `RSA_MD4_DES_checksum': crypto.c:933: warning: passing arg 4 of `DES_cbc_encrypt' from incompatible pointer type crypto.c: In function `RSA_MD4_DES_verify': crypto.c:956: warning: passing arg 4 of `DES_cbc_encrypt' from incompatible pointer type crypto.c: In function `RSA_MD5_DES_checksum': crypto.c:1008: warning: passing arg 4 of `DES_cbc_encrypt' from incompatible pointer type *** Error code 1 Stop in /usr/ports/security/heimdal/work/heimdal-0.5.1/lib/krb5. *** Error code 1 Stop in /usr/ports/security/heimdal/work/heimdal-0.5.1/lib. *** Error code 1 Stop in /usr/ports/security/heimdal/work/heimdal-0.5.1. *** Error code 1 I have "CFLAGS=-O2 -pipe -UINET6 -UIPSEC -march=k6" in my /etc/make.conf, could this be causing the heimdal problem? Does heimdal rely on INET6 or IPSEC? Quincey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message