I tried to compile lsh-snapshot-1999-01-11 on my linux system (S.u.S.E. Linux 5.3 (i386) - Kernel 2.0.35 with libc-5.4.46). I needed to change the name / path of two include files to get it compiled: *** io.c Mon Jan 11 15:35:48 1999 --- io.c.new Tue Jan 12 23:01:12 1999 *************** *** 32,38 **** #include <unistd.h> #ifdef HAVE_POLL ! #include <poll.h> #else #include "jpoll.h" #endif --- 32,38 ---- #include <unistd.h> #ifdef HAVE_POLL ! #include <sys/poll.h> #else #include "jpoll.h" #endif *** server_password.c Tue Dec 22 00:21:07 1998 --- server_password.c.new Tue Jan 12 23:01:28 1999 *************** *** 34,40 **** #include <string.h> #include <errno.h> ! #include <crypt.h> #include <pwd.h> #include <grp.h> --- 34,40 ---- #include <string.h> #include <errno.h> ! #include <unistd.h> #include <pwd.h> #include <grp.h> -- Heinz Knutzen Datenzentrale Schleswig-Holstein Altenholzer Str. 10-14, 24161 Altenholz, Germany http://www.landsh.de/dzsh/ mailto:[EMAIL PROTECTED] Tel: +49.431.3295.581 Fax: +49.431.3295.410
