HI, Version: ftp://ftp.nntpcache.org/pub/nntpcache/nntpcache-2.4.0b4.tar.gz I tried to compile it under solaris 8 for Intel and encountered the following errors: solaris has 1) no /usr/include/err.h and therefore no macro called: warnx (which is defined under linux in /usr/include/err.h) solution: in file libproff/list_test.c remove line 4 : //#include <err.h> replace warnx with printf in line 16: #define a(x) if(!(x)) {printf("failed assertion(%s)", #x); fails++;} Version: ftp://ftp.nntpcache.org/pub/nntpcache/nntpcache-2.4.0b5.tar.gz The configure finds libpam, but pam breaks: -> authinfo_pam.c Cheers Thorsten