Busindre » Blog Archive » Unrar y libstdc++.so.6

Unrar y libstdc++.so.6

July 28th, 2006 by Busindre

Voy a contestar una pregunta muy sonada con el tema rar y su problema de dependencia con libstdc++.so.6, tiene facil solución
 

Problema: 

 

root@pc:# unrar archivo.rar
unrar: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

 

 

Solución:

Bajamos: http://www.rarlab.com/rar/rarlinux-3.2.0.tar.gz

 

Si tenemos libstdc++.so.5 : Descomprimimos rarlinux-3.2 y lo usamos

 

Si tenemos libstdc++.so.3: Podemos hacer un apaño y ha usar el rar

 

$ ln -s /usr/lib/libstdc++.so.3 /usr/lib/libstdc++.so.5

 

Posted in Curiosidades |

2 Responses

  1. Deivid Says:

    Muchas gracias. En pocos pasos diste la solucion… Sirve al 100%

    Saludos
    el Deivid

  2. JoAnne Says:

    This solution helped me today also, thanks for the post.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.