Heiko Schlichting
2003-Sep-16 18:45 UTC
Compilation of 3.7p1 failed on IRIX (missing file)
Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file openbsd-compat/inet_ntoa.h is missing. It is possible to compile successfully using this file out of version 3.6.1p2. Heiko Heiko Schlichting | Freie Universit?t Berlin heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT) Telefon +49 30 838-54327 | Fabeckstra?e 32 Telefax +49 30 838454327 | 14195 Berlin
On Tue, Sep 16, 2003 at 08:45:09PM +0200, Heiko Schlichting wrote:> Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file > openbsd-compat/inet_ntoa.h > is missing. It is possible to compile successfully using this file out of > version 3.6.1p2.Just remove the #include in openbsd-compat/inet_ntoa.c. I posted about the problem earlier and this was the recommended fix. Does the resulting sshd work on your IRIX machine? -- albert chin (china at thewrittenword.com)
On Tue, 16 Sep 2003, Heiko Schlichting wrote:> Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file > openbsd-compat/inet_ntoa.h > is missing. It is possible to compile successfully using this file out of > version 3.6.1p2.Remove the #include "inet_ntoa.h" line from openbsd-compat/inet_ntoa.c> > Heiko > > Heiko Schlichting | Freie Universit?t Berlin > heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT) > Telefon +49 30 838-54327 | Fabeckstra?e 32 > Telefax +49 30 838454327 | 14195 Berlin > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > >-- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
Heiko Schlichting
2003-Sep-17 09:10 UTC
Compilation of 3.7p1 failed on IRIX (missing file)
Albert Chin wrote:> Does the resulting sshd work on your IRIX machine?No, it does not: $ ./sshd -de debug1: sshd version OpenSSH_3.7p1 [...] debug1: Server will not fork when running in debugging mode. Connection from 160.45.11.131 port 6000 debug1: Client protocol version 2.0; client software version OpenSSH_3.6.1p2 debug1: match: OpenSSH_3.6.1p2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-1.99-OpenSSH_3.7p1 debug1: permanently_set_uid: 60002/60002 : was able to restore old [e]gid debug1: Calling cleanup 0x1004ce90(0x0) Heiko Heiko Schlichting | Freie Universit?t Berlin heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT) Telefon +49 30 838-54327 | Fabeckstra?e 32 Telefax +49 30 838454327 | 14195 Berlin