OpenSSH V3.0.2p1 and V3.1p1

From: Robert Urban <urban_at_UNIX-Beratung.de>
Date: Thu, 18 Apr 2002 04:28:59 +0200

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:43 NZDT