Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > x86 64-bit Users
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

x86 64-bit Users
For the discussion of Ubuntu on the AMD 64 platform.

 
Thread Tools Display Modes
Old December 16th, 2005   #1
Jakykong
First Cup of Ubuntu
 
Join Date: Dec 2005
Beans: 11
VNC error: no libstdc++-libc6.2-2.so.3

Hi!
well i'm new-ish ... the absolute beginner's forum i guess is more for questions before you ever get familiar with the system... which didn't take me long but i'm still a beginner so bear with me (thanks).

I'm trying to get VNC up and running. unpacked the binaries and ran vncinstall /usr/bin to copy the files ... however, when i run vncconfig it gives me this error:
Code:
vncconfig: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
I tried app-get install libstdc++... but that didn't work ... couldn't find the package.
Obviousely a library is missing that vnc requires to run.
So, anyone able to tell me where to get that library and how to install it?
THANKS!
Jakykong is offline   Reply With Quote
Old December 16th, 2005   #2
dcast
Way Too Much Ubuntu
 
Join Date: Mar 2005
Beans: 278
Re: VNC error: no libstdc++-libc6.2-2.so.3

IF those libraries are missing you can probably get them here:

http://packages.debian.org/stable/
dcast is offline   Reply With Quote
Old December 16th, 2005   #3
PMO6022
A Carafe of Ubuntu
 
PMO6022's Avatar
 
Join Date: Mar 2005
Location: RVA
Beans: 109
Ubuntu Breezy 5.10
Re: VNC error: no libstdc++-libc6.2-2.so.3

apt-file will tell you what package a particular file is in. See http://www.debian.org/doc/manuals/ap...tml#s-apt-file
Code:
pmorris@ubuntu:~ $ apt-file search libstdc++-libc6.2-2.so.3
libstdc++2.10-dbg: usr/lib/debug/libstdc++-libc6.2-2.so.3
libstdc++2.10-glibc2.2: usr/lib/libstdc++-libc6.2-2.so.3
Try installing libstdc++2.10-glibc2.2
PMO6022 is offline   Reply With Quote
Old December 17th, 2005   #4
Jakykong
First Cup of Ubuntu
 
Join Date: Dec 2005
Beans: 11
Re: VNC error: no libstdc++-libc6.2-2.so.3

Quote:
Originally Posted by PMO6022
apt-file will tell you what package a particular file is in. See http://www.debian.org/doc/manuals/ap...tml#s-apt-file
Code:
pmorris@ubuntu:~ $ apt-file search libstdc++-libc6.2-2.so.3
libstdc++2.10-dbg: usr/lib/debug/libstdc++-libc6.2-2.so.3
libstdc++2.10-glibc2.2: usr/lib/libstdc++-libc6.2-2.so.3
Try installing libstdc++2.10-glibc2.2
apt-file doesen't exist on my system (gonna check Adept next see if i missed something ...)

libstdc++2.10-glibc2.2 wasn't found from any of my sources ...

so... what do i do now?
Jakykong is offline   Reply With Quote
Old December 17th, 2005   #5
PMO6022
A Carafe of Ubuntu
 
PMO6022's Avatar
 
Join Date: Mar 2005
Location: RVA
Beans: 109
Ubuntu Breezy 5.10
Re: VNC error: no libstdc++-libc6.2-2.so.3

It's in universe. Also, you have to install apt-file yourself. See the link in my previous post.
PMO6022 is offline   Reply With Quote
Old December 17th, 2005   #6
Jakykong
First Cup of Ubuntu
 
Join Date: Dec 2005
Beans: 11
Re: VNC error: no libstdc++-libc6.2-2.so.3

Quote:
Originally Posted by PMO6022
It's in universe. Also, you have to install apt-file yourself. See the link in my previous post.
apt-get doesen't seem to know universe either...
(and i read your link ... it didn't say anything about getting apt-file ... so now i'm totally confused )

i don't want to sound like a total idiot, but really, all i've ever used of linux before was a little bit of knoppix ... i'm dropping windows almost completely (only usin' it for a few games and to load stuff to and from my pocketPC)
Thanks for your help so far!
Jakykong is offline   Reply With Quote
Old December 18th, 2005   #7
PMO6022
A Carafe of Ubuntu
 
PMO6022's Avatar
 
Join Date: Mar 2005
Location: RVA
Beans: 109
Ubuntu Breezy 5.10
Re: VNC error: no libstdc++-libc6.2-2.so.3

Ok. Check out this link: http://www.psychocats.net/linux/sources.php for how to enable the additional repositories. Once you have done that, a simple
Code:
sudo apt-get install libstdc++2.10-glibc2.2
will install it and any dependancies.

You don't really need apt-file, it is just a nice tool for discovering to which package a particular file belongs. If you want it, it is in the universe repository. If you do install it, you need to periodically run
Code:
sudo apt-file update
to keep it up to date with changes in the repos.

Good luck!
PMO6022 is offline   Reply With Quote
Old January 24th, 2006   #8
BobSongs
Quad Shot of Ubuntu
 
BobSongs's Avatar
 
Join Date: Nov 2005
Location: Montreal, Canada
Beans: 461
Ubuntu 9.04 Jaunty Jackalope
Wink Re: VNC error: no libstdc++-libc6.2-2.so.3

For me it was indeed the installation of libstdc++2.10-glibc2.2. That's what helped me get dynu working properly. Thanks.
__________________
> Video tutorials for: GIMP, InkScape, and Asaph.
Buy a Linux PC, learn about Linux and get more Ubuntu software

Last edited by BobSongs; January 26th, 2006 at 02:01 AM..
BobSongs is offline   Reply With Quote
Old July 9th, 2006   #9
Saubazi
Gee! These Aren't Roasted!
 
Join Date: Jul 2006
Beans: 188
Re: VNC error: no libstdc++-libc6.2-2.so.3

I just had a same problem with amd64 but I am not able to solve it.
I can't find libstdc++2.10-glibc2.2

I have seached packages.ubuntu.com but I can't find the package other than for i386 but not for amd64?
Saubazi is offline   Reply With Quote
Old July 23rd, 2006   #10
mkw87
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 74
Re: VNC error: no libstdc++-libc6.2-2.so.3

Quote:
Originally Posted by Saubazi View Post
I just had a same problem with amd64 but I am not able to solve it.
I can't find libstdc++2.10-glibc2.2

I have seached packages.ubuntu.com but I can't find the package other than for i386 but not for amd64?
Were you ever able to figure out how to get around this issue? I am currently stuck with the same problem and cannot figure it out. Thanks.
__________________
Desktop: Opty 165 @ 289x9, 1.38v | 2x1GB G.Skill, 3-4-4-8, 2.6v | nVidia 7600GT | Sound Blaster Audigy 2
Laptop: Intel Centrino Duo T2300 | 2 GB Ram | Intel 945GM Graphics | Intel 3945ABG Wireless
mkw87 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:10 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry