Results 1 to 8 of 8

Thread: [SOLVED] vncviewer and libstdc++2.10-glibc2.2

  1. #1
    Join Date
    Jan 2008
    Location
    UK
    Beans
    286
    Distro
    Ubuntu Development Release

    Question [SOLVED] vncviewer and libstdc++2.10-glibc2.2

    hi, I'm trying to run vncviewer, but since i upgraded to hardy, i get this error:

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

    Everywhere seems to suggest running
    Code:
    sudo apt-get install libstdc++2.10-glibc2.2
    but this gives the error:

    Package libstdc++2.10-glibc2.2 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package libstdc++2.10-glibc2.2 has no installation candidate

    I think this is because a new version of libstdc++ is in hardy.

    Any way to solve this?

    Thanks.

  2. #2
    Join Date
    Mar 2008
    Beans
    5

    Re: vncviewer and libstdc++2.10-glibc2.2

    adding following source to your source list:
    deb http://archive.ubuntu.com/ubuntu/ feisty universe

    and reload the source list

    then do

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

    After install, I recommend you remove the source from your list.

  3. #3
    Join Date
    Jan 2008
    Location
    UK
    Beans
    286
    Distro
    Ubuntu Development Release

    Re: vncviewer and libstdc++2.10-glibc2.2

    Quote Originally Posted by hhhanxf View Post
    adding following source to your source list:
    deb http://archive.ubuntu.com/ubuntu/ feisty universe

    and reload the source list

    then do

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

    After install, I recommend you remove the source from your list.
    Thanks, I just installed it straight from packages.ubuntu.com .

  4. #4
    Join Date
    Mar 2008
    Beans
    5

    Re: vncviewer and libstdc++2.10-glibc2.2

    Great, that is a better solution.

  5. #5
    Join Date
    Sep 2008
    Location
    Netherlands
    Beans
    372
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: [SOLVED] vncviewer and libstdc++2.10-glibc2.2

    http://packages.ubuntu.com/
    2009-02-21
    Remove feisty.


    Now what?

  6. #6
    Join Date
    Jan 2008
    Location
    UK
    Beans
    286
    Distro
    Ubuntu Development Release

    Re: [SOLVED] vncviewer and libstdc++2.10-glibc2.2

    Quote Originally Posted by SaturnusDJ View Post
    http://packages.ubuntu.com/
    2009-02-21
    Remove feisty.


    Now what?
    Dunno, on a recent fresh install of intrepid I just installed the xtightvncviewer package and it works fine.

  7. #7
    Join Date
    Jul 2006
    Beans
    39

    Re: [SOLVED] vncviewer and libstdc++2.10-glibc2.2

    I was trying to get realvnc to work and had the same problem, it took me about an hour to fix

    you can get the package @ http://packages.ubuntu.com/dapper/i3...bc2.2/download

    hope that helps someone

  8. #8
    Join Date
    Sep 2007
    Location
    Ontario
    Beans
    30
    Distro
    Xubuntu 9.04 Jaunty Jackalope

    Re: [SOLVED] vncviewer and libstdc++2.10-glibc2.2

    Quote Originally Posted by DataSpy View Post
    I was trying to get realvnc to work and had the same problem, it took me about an hour to fix

    you can get the package @ http://packages.ubuntu.com/dapper/i3...bc2.2/download

    hope that helps someone
    Doing the above helped me run vncviewer! Thanks!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •