OpenSSH V3.0.2p1 and V3.1p1

From: Robert Urban (urban@UNIX-Beratung.de)
Date: Wed Apr 17 2002 - 22:28:59 EDT


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



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:38 EDT