Date: Fri, 28 Feb 2003 13:40:49 -0600 (CST) From: Quincey Koziol <koziol@ncsa.uiuc.edu> To: "Jacques A. Vidrine" <nectar@FreeBSD.org> Cc: stable@FreeBSD.org Subject: Re: Problem with telnet Message-ID: <200302281940.h1SJenDl097070@sleipnir.ncsa.uiuc.edu> In-Reply-To: <20030228183737.GB64724@madman.celabo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302281940.h1SJenDl097070>