The crypt() in dietlibc-dev is not the same as crypt() in glibc. In checkpassword.c inserted the lines: #define _GNU_SOURCE #include <alloca.h>
I linked against glibc with -lcrypt and it works. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

