I haven't tried CVS for a while so I thought I'd give it a run today, here is what I see.
Ntop from cvs (2.2.99) ./configure --prefix=/tools/ntop_new PASSED no problems! Found iconv correctly without any hacks from me! make No problems everything built make install Only 2 problems. 1) ntop.html failed to be created correctly some error blew by that I missed and when I tried the groff -mandoc -Thtml $< | LANG=C sed 's/_^H//g' | LANG=C sed 's/^H[ -~]//g' > html/ntop.html It did nothing so obviously I don;t get what it was trying to do. So I have a zero length ntop.html man page. 2) <Nit-Picking> At the end you it suggests doing a chown -R ntop.ntop <foo> Under Solaris this fails ofcourse and shoudl read chown -R ntop:ntop <foo> This will fail on solaris Since : works fine on Linux also I suggest changing the output line. </Nit-Picking> Other then that everything seems to work just fine, ntop started up no problems, its currently running well. My test box is hardly under any load so I'll give 2.2.99 a try under production next week. -- Mike Tremaine [EMAIL PROTECTED] http://www.stellarcore.net _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
