I got and compiled nntpcache 1.0.7.1 yesterday which worked great on my two linux boxes with two minor bugs in the top level make file when I tried to do 'make install'. These may already be known but I thought I'd post in case it worked for others. In the top level make file under the stuff for make install you need to change these two lines: for d in $(SUBDIRS) ; do { ( cd $$d && $(MAKE) $@ ) ;} done -for n in config access servers ; do { cp -i nntpcache.$$n $(CONFIG_DIR)/$$n ;} done By adding two semi colons like this before the 'done': for d in $(SUBDIRS) ; do { ( cd $$d && $(MAKE) $@ ) ;} ; done -for n in config access servers ; do { cp -i nntpcache.$$n $(CONFIG_DIR)/$$n ;} ; done Adam. ----------------- Earthlight Communications Limited ---------------- P.O. Box 5301 Adam Shand (fax) +64 3 477 5463 Dunedin, New Zealand Systems Manager (voice) +64 3 479 0303 ------------------ http://larry.earthlight.co.nz/ ------------------