Date: Thu, 9 Nov 95 0:28:56 CST From: Joe Greco <jgreco@solaria.sol.net> To: jkh@freebsd.org, hackers@freebsd.org, jgreco@mei.com Subject: Kerb Encr Telnet!! I found the problem! Message-ID: <199511090628.AAA12245@solaria.sol.net>
next in thread | raw e-mail | index | archive | help
This was "painfully obvious" when I looked at it:
anacreon# ls -l /usr/bin/telnet
-r-xr-xr-x 1 bin bin 77824 Nov 4 18:52 /usr/bin/telnet
anacreon# cd /usr/lib
anacreon# ls -l libtel*
-r--r--r-- 1 bin bin 39832 Nov 4 18:52 libtelnet.a
-r--r--r-- 1 2035 wheel 9173 Jan 25 1995 libtelnet.so.2.0
-r--r--r-- 1 bin bin 43846 Nov 4 18:52 libtelnet_p.a
anacreon# ls -l /usr/lib/libde*
-r--r--r-- 1 bin bin 22876 Nov 4 19:03 /usr/lib/libdes.a
-r--r--r-- 1 bin bin 27134 Nov 4 19:03 /usr/lib/libdes.so.2.0
-r--r--r-- 1 bin bin 25842 Nov 4 19:03 /usr/lib/libdes_p.a
-r--r--r-- 1 bin bin 6084 Nov 4 18:52 /usr/lib/libdescrypt.a
-r--r--r-- 1 bin bin 13637 Nov 4 18:52 /usr/lib/libdescrypt.so.2.0
-r--r--r-- 1 bin bin 7258 Nov 4 18:52 /usr/lib/libdescrypt_p.a
anacreon# ls -l /usr/lib/libkrb*
-r--r--r-- 1 bin bin 65974 Nov 4 19:03 /usr/lib/libkrb.a
-r--r--r-- 1 bin bin 63470 Nov 4 19:03 /usr/lib/libkrb.so.2.0
-r--r--r-- 1 bin bin 76350 Nov 4 19:03 /usr/lib/libkrb_p.a
anacreon# ldd /usr/bin/telnet
/usr/bin/telnet:
-ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x802a000)
-ltelnet.2 => /usr/lib/libtelnet.so.2.0 (0x802e000)
-ldes.2 => /usr/lib/libdes.so.2.0 (0x8030000)
-lkrb.2 => /usr/lib/libkrb.so.2.0 (0x803a000)
-lc.2 => /usr/lib/libc.so.2.2 (0x8050000)
-lcom_err.2 => /usr/lib/libcom_err.so.2.0 (0x80b6000)
anacreon#
Ugly Bogon #1: libtelnet.so is not being regenerated by ANYONE, it
appears... and this SAME .so has been included in 2.0.5R, etc.
Fascinating.
Ugly Bogon #2: You wouldn't tend to notice this unless you needed the
additional functionality the library has to have for encr telnet.
My notes do cover how to fix this - but for now I have to be up way early
this morning and I have to get a few hours' sleep. It's just a few Makefile
directives..
... Joe
-------------------------------------------------------------------------------
Joe Greco - Systems Administrator jgreco@ns.sol.net
Solaria Public Access UNIX - Milwaukee, WI 414/342-4847
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511090628.AAA12245>
