Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
I am having a problem compiling ssh. When I run "make" it seems to be
going fine for a few seconds with lots of output then it aborts with the
last few lines as follows:
wtmp.c: In function `ssh_user_record_login':
wtmp.c:384: warning: flag `0' used with type `s'
wtmp.c:388: warning: flag `0' used with type `s'
wtmp.c:413: structure has no member named `ut_syslen'
wtmp.c:425: warning: implicit declaration of function `updwtmpx'
wtmp.c:425: `WTMPX_FILE' undeclared (first use in this function)
wtmp.c:425: (Each undeclared identifier is reported only once
wtmp.c:425: for each function it appears in.)
make[3]: *** [wtmp.o] Error 1
make[3]: Leaving directory `/ssh-2.0.12/lib/sshsession'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/ssh-2.0.12/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/ssh-2.0.12'
make: *** [all-recursive-am] Error 2
[EMAIL:PROTECTED /ssh-2.0.12]#
Any suggestions?
nrm8d1