The WTMPX problem was known in 2.0.12 and was fixed in 2.0.13
Grab the 2.0.13 source and try again.
--
Gregor Mosheh
[EMAIL PROTECTED]
On-Site Systems Admin, Humboldt Internet
707.825.4638
On Thu, 30 Sep 1999, Martin Trcka wrote:
> SW: Red Hat linux 6.0, kernel 2.2.5-15
> HW: iCeleron 333
>
> while ./configure is running this appear in the log >
>
> configure:6310: checking if minor is defined as a macro in <sys/mkdev.h>
> configure:6322: gcc -o conftest -g -Wall conftest.c -lcrypt -lbsd -lnsl
> 1>&5
> configure:6315: sys/mkdev.h: No such file or directory
> configure: failed program was:
> #line 6312 "configure"
> #include "confdefs.h"
> #include <sys/types.h>
> #include <sys/stat.h>
> #include <sys/mkdev.h>
> int main() {
> struct stat st;
> minor(st.st_rdev);
> ; return 0; }
>
> I haven't found confdefs.h, mkdev.h in the system. Which package(s) are
> these parts of ?
>
> then i try make and it stops with these errors>
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. -I../.. -I../.. -I../ssh
> util -I./../sshutil -g -Wall -c wtmp.c
> 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
> `/home/admin/ssh/fsecure/ssh-2.0.12/lib/sshsession'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/admin/ssh/fsecure/ssh-2.0.12/lib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/admin/ssh/fsecure/ssh-2.0.12'
> make: *** [all-recursive-am] Error 2
>
>
> Thanks in advance,
> Martin Trcka, CZ
>
>
>