Re: 3.6.1p2 problem on HP-UX 11.0
From: Logu (logsnaath_at_gmx.net)
Date: 08/08/03
- Previous message: Ezsra McDonald: "sshd(pam_unix)[32617]: authentication failure"
- In reply to: Marty Hoff: "3.6.1p2 problem on HP-UX 11.0"
- Next in thread: Darren Tucker: "Re: 3.6.1p2 problem on HP-UX 11.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Marty Hoff" <martang@clearcommerce.com>, <secureshell@securityfocus.com> Date: Fri, 8 Aug 2003 09:45:07 +0530
> I'm trying to compile OpenSSH 3.6.1p2 on HP-UX 11.0 and I get through
> the configuration portion just fine. However, when I go to compile, I
> get the following:
>
> (cd openbsd-compat && make)
> cc -L/usr/local/lib -L/usr/local/openssl/lib -I. -I.. -I. -I./..
> -I/usr/local/include -I/usr/local/openssl/include -D_HPUX_SOURCE
> -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H -c
> bsd-arc4random.c
> cc: "../openbsd-compat/bsd-misc.h", line 72: error 1711: Inconsistent
> parameter list declaration for "utimes".
> *** Error exit code 1
There is bug in configure. So edit config.h file to define utimes, which may
be undefined by the configure script.
-Logu
- Previous message: Ezsra McDonald: "sshd(pam_unix)[32617]: authentication failure"
- In reply to: Marty Hoff: "3.6.1p2 problem on HP-UX 11.0"
- Next in thread: Darren Tucker: "Re: 3.6.1p2 problem on HP-UX 11.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|