Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 1995 22:11:54 -0700
From:      Steven Wallace <swallace@ece.uci.edu>
To:        stable@freebsd.org
Subject:   telnet
Message-ID:  <199510290511.WAA26107@newport.ece.uci.edu>

next in thread | raw e-mail | index | archive | help
 
latest snap bin dist + des distrubition.
 
pal-r32-a07b-des >> telnet
ld.so: telnet: Can't find shared library "libdes.so.2.0"
 
 
ldd /usr/bin/telnet
/usr/bin/telnet:
        -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x802b000)
        -ltelnet.2 => /usr/lib/libtelnet.so.2.0 (0x802f000)
        -ldes.2 => not found (0x0)
        -lkrb.2 => not found (0x0)
        -lc.2 => /usr/lib/libc.so.2.2 (0x8039000)
        -ldes.2 => not found (0x0)
        -lkrb.2 => not found (0x0)
 
 
This is WITHOUT kerberos distribution.
This telnet should be in krb.* not des.*

Actually, I just extracted the telnet from the bin.* distribution and I get:
/usr/bin/telnet:
        -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x8029000)
        -ltelnet.2 => /usr/lib/libtelnet.so.2.0 (0x802d000)
        -lc.2 => /usr/lib/libc.so.2.2 (0x8037000)
        -ldes.2 => not found (0x0)
        -lkrb.2 => not found (0x0)

Notice the "des" version has ldes twice while the "normal" version
has it once.  Subtrat 1 both cases.
Hope this helps

Steven
 
Steven





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510290511.WAA26107>