I did the following on 12.04 x64 Ubuntu Server: /bin/echo -e "deb http://www.nmon.net/apt x64/\ndeb http://www.nmon.net/apt all/" > /etc/apt/sources.list.d/ntop.list
Then: apt-get update apt-get install ntopng When I ran ntopng the first time I got: ntopng: error while loading shared libraries: librrd.so.4: cannot open shared object file: No such file or directory I install rrdtool and that seemed to fix that issue. Then I ran ntopng again and got: ntopng: error while loading shared libraries: libzmq.so.3: cannot open shared object file: No such file or directory Looks like that is calling for zeromq. I don't even think I need zerom in my configuration, but maybe I'm incorrect. Regardless, I don't understand why this is happening as I'd hope dependencies would cover this. Am I doing something incorrectly or is there a problem with the dependencies not being installed with the package. I only want to run ntopng, not anything else like nprobe or nbox. I have ntopng running with a monitor interface coming from a switch with raw data, no netflow. Any help would be greatly appreciated. Thank you!
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
