Luke DaDalt wrote:
Hello
I am trying to install the ntop package on a RH system via the ntop-3.2-2.rh9.rf.src.rpm <http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ntop-3.2-2.rh9.rf.src.rpm> found on rpm.pbone.net <http://rpm.pbone.net>. This RPM is precompiled executables, so when I try to load the program via ./usr/bin/ntop, I get the error

./usr/bin/ntop: error while loading shared libraries: libntopreport-3.2.so <http://libntopreport-3.2.so>: cannot open shared object file: No such file or directory

The libraries are found in ./usr/lib as they were from the installation. How do I configure this package to locate the libraries correctly?

Thanks

------------------------------------------------------------------------

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Try an "ldconfig" to refresh the cache. Then, try ldd /usr/bin/ntop.

I see you've got a "." infront of the paths you state. I presume that's unintentional, and the program is in /usr/bin and the libraries in /usr/lib

--
ian
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to