rma run error (CXXABI_1.2' not found)

Remote Monitoring Agent for Linux, FreeBSD, and other UNIX-like platforms.
Post Reply
allion
Posts: 2
Joined: Tue Aug 28, 2007 9:07 pm

rma run error (CXXABI_1.2' not found)

Post by allion »

When I was trying to run rma on linux:

At first I got a error said: libstdc++.so.5 was not found
I followed the anwser found in this forum to make symbolic 'ln -s' from libstdc++.so.6 to libstdc++.so.5

After that, I run rma again and got the following error:
'/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by /opt/rma/rma)'

Linux version:
Linux version 2.6.9-1.667smp (bhcompile@tweety.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3))
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

In most cases, creating the symlink helps, but looks like some standard libraries are not installed on your system. So, I would recommend to remove symbolic link and install compat-libstdc++ library. You may find the compat-libstdc++ rpm package on the installation disks (probably compat-libstdc++-33-3.2.3-47.3.i386.rpm) or download it from the internet.

If compat-libstdc++ library does not fix the problem, we can supply you the source codes and you will be able to compile the agent on your system directly.

Regards,
Max
allion
Posts: 2
Joined: Tue Aug 28, 2007 9:07 pm

Post by allion »

Thank you. I already solved this problem.

Yes, I looked for a compat-libstdc++ library on http://rpm.pbone.net/
with search term "libstdc++.so.5".
Later I download and install compat-libstdc++-33-3.2.3-61.i386.rpm.

And finally it works well.
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

allion wrote:And finally it works well.
Glad to hear that. :-)

Regards,
Max
Post Reply