libstdc++.so.5: cannot open shared object file
Summary, I'm trying to monitor a small companies internet traffic, we have had extremely high utilization and can't get a bigger pipe until after the holidays. For this I installed NTOP and created a SPAN port on a switch to monitor outbound traffic. NTOP doesn't really have much in the way of reporting capabilities so I found MZL & Novatech TrafficStatistic Report which you can install the "server" portion on a linux box and use the remote gui client to manage the reporting.
Real issue, I have ntop working w/ libpcap etc, now when I untar the files for the MZL TS server and run the tc_cc.sh install file (as root) it throws up this error:
../bin/cpm/RunCPM: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
If I do a find for libstdc I found these files:
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.8
/usr/share/doc/libstdc++6
/var/cache/apt/archives/libstdc++6_4.1.1-21_i386.deb
/var/lib/dpkg/info/libstdc++6.list
/var/lib/dpkg/info/libstdc++6.md5sums
/var/lib/dpkg/info/libstdc++6.postinst
/var/lib/dpkg/info/libstdc++6.postrm
/var/lib/dpkg/info/libstdc++6.shlibs
I have searched around on this forum and using google and have found instances where people resolved this type of problem installing compat-libstd rpm files and/or installed this using yum. My problem is this server is running Debian Etch and I cannot find a comparable package for making this work, or even reference to one. I tried running ldconfig to no avail, I'm not sure if my best path would be to try to use Alien on one of the compat-lib rpm files. Can I perhaps create a link from where libv5 should be to where v6 is?
Thanks for any assistance, I have pretty well hit a wall with this.
Last edited by Rush_898; 12-14-2007 at 09:54 AM.
|