(distributed by MIT on net-dist.mit.edu). I have successfully built and
installed Kerberos IV, but am having some problems with telnet, which
appear unrelated to the authentication and encryption code. I built
telnet without any special stuff (authentication, encryption, and our
local mods) but when I telnet somewhere I get frequent lockups. Telnet
freezes and the only way to get out of it is to escape and force close
the session.
I'm using Solaris 2.4 x86 with GCC 2.5.8, and compiling with the
following options:
bare:
make -f Makefile.generic ${WHAT} \
LIBS="-ltermlib -lc ../libtelnet/libtelnet.a -lsocket -lnsl \
-L/usr/local/lib -lkrb -ldes /usr/ucblib/libucb.a" \
DEST=/usr/local \
DEFINES="-DFILIO_H -DUSE_TERMIO \
-DENV_HACK -DOLD_ENVIRON -DNO_LOGIN_P -DUTMPX \
-DDEFAULT_IM='\"\r\n\r\nSolaris 2.4 (%h)\r\n\r\n\"' \
-Dsignal=sigset -DLOGIN_ARGS" \
INCLUDES="-I.. -I/usr/local/include" \
LIB_OBJ="getent.o strerror.o setenv.o herror.o" \
LIB_SRC="getent.c strerror.c setenv.c herror.c" \
AR=ar ARFLAGS=cq RANLIB=NONE \
LIBEXEC=${DESTDIR}/usr/etc/in.telnetd \
CC="gcc" LCCFLAGS="-g -O2 -m486"
Can anyone give me some ideas of what is wrong?
Thanks,
Nathan