Subject: Re: Problems with Telnet
To: Jerry Thomas <bob@hotcity.com>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 01/28/1997 10:19:28
> 
> I'm having some problems with telnet. When i try and telnet to a domain i
> get this:
> 
> /usr/libexec/ld.so: warning: libc.so.12.5: minor version >= 8 expected,
> using it anyway
> /usr/libexec/ld.so: Undefined symbol "_dst_realm_sz" in telnet:telnet
> 
> and when i try and telnet a remote machine into my machine i get this :
> 
> /usr/libexec/ld.so: warning: libutil.so.3.2: minor version >= 3 expected,
> using it anyway
> /usr/libexec/ld.so: warning: libc.so.12.5: minor version >= 8 expected,
> using it anyway
> /usr/libexec/ld.so: Undefined symbol "_encrypt_debug_mode" in
> telnetd:telnetd
> 
> I'm using a Mac IIcx with 16megs ram, running Netbsd 1.2 with GENERIC #1
> kernel..

It looks like your libraries are out of sync with your binaries. Did
you get the security package from somewhere other than the distribution?
It sounds like it is built for a later version of the libraries than
you presently have.

Good luck,

Bill