Re: passwordcheck .90 installation error
[email protected] (Paul Jarc) Mon, 27 Oct 2003 16:36:35 -0500
| Newsgroups | gmane.comp.djb.checkpassword |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"Luu, Thuong V." <[email protected]> wrote: > I am trying to install this checkpassword-0.90 on my Sun Solaris 2.8 and it > gave fatal error. Here is the content of the make process. Please help!!!! > > c42temuxs36# make ... > ./compile instcheck.c > In file included from instcheck.c:2: > /usr/include/sys/stat.h:258: parse error before "blksize_t" It works for me. <sys/stat.h> #includes <sys/types.h>, and <sys/types.h> defines the blksize_t typedef. If one of those is not true for you, maybe there is a patch from Sun that fixes it, which apparently I already have. paul