I am currently having problems compiling the login.c module for ssh
1.2.26 on a Redhat 6.0 system. The make produces the output below.
Since binaries exist for ssh on Redhat, someone must have solved this
issue already and I'm hoping someone can point me in the right
direction. The binaries are not an option for reasons better left
unsaid.
Any help would be appreciated.
login.c: In function `record_login':
login.c:437: structure has no member named `ut_syslen'
login.c:441: structure has no member named `e_termination'
login.c:442: structure has no member named `e_exit'
login.c:454: `WTMPX_FILE' undeclared (first use in this function)
login.c:454: (Each undeclared identifier is reported only once
login.c:454: for each function it appears in.)
make: *** [login.o] Error 1