Thanks for the tip, but oddly enough, ldconfig doesnt seem to be included in
this .rpm.  Its possible I have the wrong package. Ill see if I can dig the
correct one up.

If I decide to just compile it from the source, how modular is it? For
instance, can I compile it on some Ubuntu Linux  system in a /test folder
and then copy the tree to the Red Hat box?
The reason I need it to be modular is my Red Hat box does is stripped down
and does not include all the necessary source libraries to recompile, and I
would need to compile it elsewhere (desktop)



On 3/21/07, Ian McDonald <[EMAIL PROTECTED]> wrote:

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

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

Reply via email to