On Fri, 2009-05-15 at 06:51 -0700, K Z wrote: > I have installed ntop from the package on a solaris 10 SPARC. But I am > not able to run it. I used /usr/local/bin/ntop -u root. I get the > error: > ld.so.1: ntop: fatal: libmysqlclient_r.so.12: open failed: No such > file or directory > Killed
This means the package you installed is expecting to find the dynamically loadable objects from the MySQL client libraries, but it can't. > I tried to I installed MYSQL 5.0.67. Still the problem remains. I > really need this to be done. I would apperciate any help. Ideally you either: 1. Need to make sure that the MySQL libraries are in a "normal" location such as /usr/lib, /usr/local/lib, or 2. Ensure that your LD_LIBRARY_PATH includes a path to where they are, or 3. You start again and use a copy of ntop which is not linked against MySQL. Note that I'm not too familiar these days with Solaris, so the advice given could be totally incorrect :) Graeme _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
