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))
rma run error (CXXABI_1.2' not found)
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
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
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
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.
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.
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: