The FreeBSD Diary

The FreeBSD Diary (TM)

Providing practical examples since 1998

If you buy from Amazon USA, please support us by using this link.
[ HOME | TOPICS | INDEX | WEB RESOURCES | BOOKS | CONTRIBUTE | SEARCH | FEEDBACK | FAQ | FORUMS ]
telnet fails - tcp_wrapper is out of date 18 March 1999
Need more help on this topic? Click here
This article has 1 comment
Show me similar articles
I can't telnet to my machine today.  I get an error message when I try.  This is how I fixed it.

I received the following message when I tried to telnet to my machine today:

/usr/libexec/ld-elf.so.1: Shared object "libwrap.so.7" 
                                             not found

The general consensus is that I need to reinstall tcp_wrapper.   So that's what I'm doing.  I'll just do the following:

# cd /usr/ports/security/tcp_wrapper
# make clean
# make depend
# make
# make deinstall
# make reinstall

After that, everything was fine.

If this doesn't fix your problem, please add your comments.


Need more help on this topic? Click here
This article has 1 comment
Show me similar articles