[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile failing in /usr/src/libexec/telnetd



Rob Pickering <rob@pickering.org> writes:

> Mark Evenson Said:
> > Trying a 'make build' for various snapshots of the last month has failed to
> > link 'telnetd' for me.  Various attemptes at retrieval of different
> > versions from CVS are not helping matters very much.
> > 
> 
> I think that you probably have an old copy of a dynamic libtelnet.so*
> in /usr/lib. Delete this and telnet should link correctly against the
> current libtelnet.a.
> 

Indeed.  Deleting 

	/usr/lib/libtelnet.so.1

enabled the compilation to proceed past this point.

Thanks for the help.