With SSH2, this was a known problem that was solved in 2.0.13
Is there a newer SSH1 available, or is 1.2.26 the latest one?
If you don't have your heart set on SSH1 and if there's nothing newer than
1.2.26, you may want to consider using 2.0.13 instead. Caveat: hostbased
rsh-style authentication in SSH 2.0.13 is still a bit rough around the
edges.
--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638
On Thu, 30 Dec 1999, Jeff CTR Dennison wrote:
> 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
>