I tried to compile this version on 2 Red Hat Linux 6.2, one with the basic installation and the other with the kernel upgraded to 2.2.16. On both machines the compilation fails with the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz - g -O2 -Wall -pipe -c authinfo_pam.c authinfo_pam.c:26: `pam_got_pass' undeclared here (not in a function) authinfo_pam.c:26: initializer element for `pam_authenticator.authinfo_pass' is not constant make[2]: *** [authinfo_pam.o] Error 1 make[2]: Leaving directory `/tmp/nntpcache-2.4.0b5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/nntpcache-2.4.0b5' make: *** [all-recursive-am] Error 2 I didn't find an option to disable PAM support at compile time with configure --help (I'm not experienced in compiling, maybe I don't know where to search). Is there a way to solve the problem? Anybody have the RPMs of the 2.4.0b5 binaries? Thank you Luigi