Page 1 of 1

rma: libstdc++.so.5

Posted: Fri May 04, 2007 2:15 am
by sabine
Hi,

i want to install the rma for linux version 1.24, but it cries for libstdc++.so.5.

I installed the libstdc++-3.4.6-8 for x86_64 package but it still cries for libstdc++.so.5.

Which package should i install? Use Red Hat Enterprise Linux 4 x86_64.

Thanks,
sabine

Posted: Fri May 04, 2007 2:26 am
by KS-Soft Europe
I suppose, some libstdc++ libraries (like libstdc++.so.6) are already installed in to /usr/lib folder on your system. You just should make a symlink libstdc++.so.5 --> libstdc++.so.6 into /usr/lib folder.
Another solution is to install compat-libstdc++ package.

Regards,
Max

Posted: Fri May 04, 2007 3:08 am
by sabine
thanks, got it work