libstdc++.so.5: cannot open shared object file: No such file or directory
pero ya tenia instalado el libstdc++.so.6 . Googleando encontre un post en:
http://www.centos.org/modules/newbb/
print.php?form=1&topic_id=899&forum=31&
order=ASC&start=0
con este post solucione mi problema y la instalacion, paso como si nada.
Instale el sdk sin problemas.
El compat-libstdc++-7.3-2.96.126.i386.rpm, lo pueden encontrar en :
http://rpm.pbone.net/index.php3/stat/4/idpl/
1202604/com/compat-libstdc++-7.3-2.96.126.i386.rpm.html
------------------------------------------------------------------------------------------------
Re: RPM libstdc+
Posted by cormander on 2005/5/18 2:20:51
Type:
Run the following command:
And then do your "locate" command again to see if libstdc file shows up. Hope this helps.
locate libstdc++.so.5
If it doesn't give you anything, try installing the rpm agian, this time forcing it:
rpm -Uvh --force compat-libstdc++-7.3-2.96.126.i386.rpm
updatedb