Using Lindows version 4.0.302-Final. When you installed the network monitor NTOP version 2.1 from CNR, do the following first:
start ntop first to enter the admin password with command: /usr/sbin/ntop -A and enter the password. Start ntop now with command : /etc/init.d/ntop start When you start the browser with http://localhost:3000 you will get console errors when accessing charts and the charts are not displayed. The error is: libpng warning:Application was compiled with png.h from libpng-1.2.5 libpng warning:Application is running with png.c from libpng-1.0.12 gd-png: fatal libpng error:Incompatible libpng version in application and library To get rid of the errors do the following: cd /usr/lib rm libpng.so.2 ln -s libpng.so.3 libpng.so.2 Now NTOP is working fine, to start ntop at startup make links to /etc/init.d/ntop in /etc/rc5.d e.g : cd /etc/rc5.d ln -s ../init.d/ntop S99ntop Goodluck with this nice networkmonitor program Jac _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
