• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 111
Eclipse IDE Firefox Browser Debian
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

When I try to install thunderbird or sun's java I get the following error

error while loading shared libraries: libstdc++.so.5 cannot open shared object file: No such file

but I am sure the are installed

If I try:

#ldconfig -v | grep libstdc++ I get:

libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so
libstdc++.so.6 -> libstdc++.so.6.0.8
libstdc++.so.5 -> libstdc++.so.5.0.7

So, what's wrong?

And also happens the following.

I have downloaded unrar for unix

I have used it by calling it using the whole route, no problems

I tried to move unrar to /usr/local/bin
I mde the simbolic link into /usr/bin
ln -s /usr/local/bin/unrar unrar

Then when I type unrar at command line I get
unrar: error while loading shared libraries: libstdc++.so.6: cannot open shared object
What's happenning?

permisions?
I don't think so because I made a chown -R 0755 on /usr/local

I have recently installed a debian etch on a AMD64

Thanks.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic