Hi, I'm new to ssh2. I'm trying to install it on my school's server, and I'm
having some problems. I've run the ./configure, which seemed to work out fine,
it located our host type correctly. We're running an AIX 4.3.3 system. However,
when I tried to run the make, it produced the following error.
In file included from sshunixuser.c:54:
/usr/include/usersec.h:532: warning: parameter names (without types) in function
declaration
/usr/include/usersec.h:532: field `OPERATOR_IS_CPLUSPLUS_RESERVED_WORD' declared
as a function
/usr/include/usersec.h:532: warning: no semicolon at end of struct or union
/usr/include/usersec.h:532: parse error before `OPERATOR_IS_CPLUSPLUS_RESERVED_W
ORD'
/usr/include/usersec.h:538: parse error before `}'
/usr/include/usersec.h:593: warning: `struct aud_rec' declared inside parameter
list
/usr/include/usersec.h:593: warning: its scope is only this definition or declar
ation, which is probably not what you want.
/usr/include/usersec.h:594: warning: `struct aud_rec' declared inside parameter
list
sshunixuser.c: In function `ssh_login_permitted':
sshunixuser.c:122: warning: passing arg 1 of `getuserattr' discards qualifiers
f
rom pointer target type
sshunixuser.c: In function `ssh_user_become':
sshunixuser.c:707: warning: passing arg 1 of `setpcred' discards qualifiers
from
pointer target type
sshunixuser.c:747: warning: implicit declaration of function `initgroups'
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
Anyone have any ideas?