lunes, marzo 31, 2008

CentOS : libstdc++.so.5: cannot open shared object file: No such file or directory

Estuve trantando de instalar el java_ee_sdk-5_04-linux-ml.bin y me genero el sgte error :

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:

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
Run the following command:
updatedb
And then do your "locate" command again to see if libstdc file shows up. Hope this helps.