Hi, The following problem: I want to run nntpcache 2.4.0b3 on my RedHat 6.1 machine at home. At first I could not get compiled, but with the following patch it compiles and runs. (Thanks to Robert Milkowski milek@task.gda.pl) ----- diff -u libproff/str.ext.orig libproff/str.ext --- libproff/str.ext.orig Thu Apr 6 16:56:13 2000 +++ libproff/str.ext Thu Apr 6 16:57:54 2000 @@ -23,8 +23,8 @@ extern int strLower (char *s); extern int strUpper (char *s); extern int strSnip (char *s, int len, char *start, char *end, char *buf, int blen); -extern char *strcasestr (char *s, char *find); -extern char *strncasestr (char *s, char *find, int slen); +/*extern char *strcasestr (char *s, char *find); +*/extern char *strncasestr (char *s, char *find, int slen); extern int strStripLeftRight (char *s); extern int strStripEOL (char *s); extern int strnStripEOL (char *s, int n); ----- The problem now is that it merges the newsgroups (when using tcpdump I see that nntpcache communicates with my provider's news-server). That's fine, after some time the mergings stops, probably all groups are merged. After that it says nntpcache: waiting for connections. But what ever I do it does not listen to port 119. Even telnet to port 119 gives no result. The web interface does work..... In the news directory the file nntpcache.pid.DEFAULT:119 appears. When running 2.3.3 everything works fine ! Who has some suggestion ? Gert-Jan The Netherlands Cancer Institute Plesmanlaan 121 1066 CX Amsterdam The Netherlands Tel: 31-20-5121888 / 06-26876068 Fax: 31-20-5121893 email gertjan@nki.nl