problems building openssh-5.8p1 on qnx

Robert Dugal rdugal at certicom.com
Sat Sep 3 02:21:38 EST 2011


Thanks, that fixed it. 
The only other problem I ran into is lock_passwd in ssh-agent.c conflicts with a function of same name in the QNX header file login.h
Renaming lock_passwd to ssh_lock_passwd fixed this.

Rob

-----Original Message-----
From: dtucker at dtucker.net [mailto:dtucker at dtucker.net] On Behalf Of Darren Tucker
Sent: Friday, September 02, 2011 9:33 AM
To: Robert Dugal
Cc: openssh-unix-dev at mindrot.org
Subject: Re: problems building openssh-5.8p1 on qnx

On Fri, Sep 2, 2011 at 9:33 PM, Robert Dugal <rdugal at certicom.com> wrote:
[...]
> If I manually edit config.h after configure, adding #define MISSING_HOWMANY then I get these errors when I build:
>        loginrec.c: In function 'record_failed_login':
>        loginrec.c:1700: error: 'struct utmp' has no member named 'ut_host'

These are all inside #ifdef USE_BTMP.  Try commenting it out of
config.h (maybe configure is getting it from the host system).

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.


More information about the openssh-unix-dev mailing list