Hi OpenSSH fans,
I've recently learned how to get the latest and the previous
OpenSSH versions to work on Tru64 V5.1. This might be useful
to others...
The fix below is for the problem that when you try to connect
using the client (ssh) you see the message:
ssh_connect: getnameinfo failed
and when you try to run the server (sshd), you see:
getnameinfo failed
Ths fix is quite simple actually:
Run 'configure'. When it's done, edit "config.h" and change
#undef HAVE_GETADDRINFO
to
#define HAVE_GETADDRINFO 1
that should do it.
Rob Urban
Received on Thu Apr 18 2002 - 02:29:39 NZST