Page 1 of 1

rma run error (CXXABI_1.2' not found)

Posted: Tue Aug 28, 2007 9:23 pm
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))

Posted: Wed Aug 29, 2007 3:22 am
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

Posted: Wed Aug 29, 2007 3:39 am
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.

Posted: Wed Aug 29, 2007 3:58 am
by KS-Soft Europe
allion wrote:And finally it works well.
Glad to hear that. :-)

Regards,
Max