Digital Sanctum

software development, technology and other square topics

libstdc++-libc6.2-2.so.3 on Ubuntu

with 24 comments

If you get an error like this one on Ubuntu,

error while loading shared libraries: libstdc++-libc6.2-2.so.3:
cannot open shared object file: No such file or directory

it means the library isn’t available and you need to install it. Although the Ubuntu package which contains this library isn’t obvious. You can install it via the following command:

sudo apt-get install libstdc++2.10-glibc2.2


“The Official Ubuntu Book” (Benjamin Mako Hill, Jono Bacon, Corey Burger, Jonathan Jesse, Ivan Krstic)

Written by Shane

January 28th, 2007 at 9:56 am

24 Responses to 'libstdc++-libc6.2-2.so.3 on Ubuntu'

Subscribe to comments with RSS or TrackBack to 'libstdc++-libc6.2-2.so.3 on Ubuntu'.

  1. Thankyou, just what I needed just when I needed it, solved my problem for today…

    Ragnar Frid

    9 Feb 07 at 5:19 pm

  2. idem, it works perfectly thanks a lot !!!!

    Alia

    14 Feb 07 at 11:06 am

  3. Nice, just what i need to know. Thanks :)

    drope

    12 Apr 07 at 1:01 pm

  4. thanks a lot ! it works like a charm to fix eclipse tptp agent installer setup !

    Francois Le Droff

    20 Apr 07 at 9:05 am

  5. Nice tip, dude, worked for me when I went to install Ayam3d modeler. Thanks a heap!

    twoten

    29 Apr 07 at 1:25 pm

  6. worked like a charm! i was trying to install realvnc 4.* and messed my vncviewer 3.3.* setup… tnx so much!

    tukmol

    20 May 07 at 9:34 pm

  7. Thanks! It helped me to run DBDesigner

    Raa

    23 May 07 at 5:12 am

  8. alas does not seem to work with amd64 edgy

    jon

    28 Jun 07 at 5:46 pm

  9. This was driving me nuts. I actually switched off Red Hat trying to get rid of the error. This is great thanks.

    Lee

    12 Jul 07 at 11:09 am

  10. Thanks, Works great on Ubuntu Feisty x86

    Trevor

    22 Jul 07 at 9:22 pm

  11. i get an error E: Couldn’t find package libstdc++2.10-glibc2.2

    brian

    11 Aug 07 at 2:04 pm

  12. thanks , worked normally!!

    charlie

    14 Aug 07 at 9:10 pm

  13. thanks

    Justin

    27 Aug 07 at 3:23 pm

  14. Thanks a lot dude !!

    dulloor

    25 Oct 07 at 6:01 pm

  15. Thanks ,Helped

    Snigger

    10 Jan 08 at 2:22 pm

  16. Thanks - this is what I needed to get Veritas Net Backup client running on my Ubuntu system. :)

    Steve

    20 Feb 08 at 6:13 pm

  17. Nice one. Just what I needed to get NetBackup v6.0 client working on Gutsy.

    fuzzypig

    1 May 08 at 2:53 am

  18. Don’t install this package on ubuntu 8.04:
    sudo apt-get install libstdc++2.10-glibc2.2

    jlue

    8 May 08 at 9:33 am

  19. Does not work on Ubuntu 8.04. Please help!!!

    Brain Absent

    7 Jun 08 at 8:52 am

  20. Mateusz

    15 Jun 08 at 5:45 am

  21. I really appreciate your link, because i resolve my problem.

    Now i will use this program for network assistance for my Windows clients.

    Cristian Pacheco

    29 Jul 08 at 12:12 am

  22. The last link worked like a charm! Thanks a lot! (btw, I needed this for SunLDAP5.2 under VMWare… yes, I know, don’t ask).

    Jaime Alba

    14 Aug 08 at 10:04 am

  23. The link worked great on Ubuntu 8.04, now I can use vncviewer.

    malaikamkuu

    16 Sep 08 at 8:18 am

  24. Thanks a lot, it works fine for me!

    #
    To get it working on Ubuntu 8.04 install:
    http://packages.ubuntu.com/gutsy/i386/libstdc++2.10-glibc2.2/download

    Gigi Narciso

    3 Oct 08 at 4:02 am

Leave a Reply