login.c is failing to compile, as mentioned in the INSTALL file.  The block
addressing this issue suggests that I edit the file login.c to correct the
errors.  Unfortunately, I lack the expertise to accomplish this feat.  (This
seems like it could be a faqish sort of question, but the ssh mailing list
info message from majordomo didn't mention any mailing list archive.)

Is this a known problem?  If so, is there a known solution?  I've included
the last few lines of output from the make for good measure:

gcc -pipe -c -I.  -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H  -DHOST
_KEY_FILE=\"/etc/ssh_host_key\"
-DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/etc/sshd_conf
ig\" -DSSH_PROGRAM=\"/usr/local/bin/ssh1\"
-DETCDIR=\"/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTI
S_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2
-I/usr/X11R6/include login.c
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

Reply via email to