Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where can I find libstdc++-libc6.2-2.so.3 for gentoo?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
leekotzer
n00b
n00b


Joined: 26 Aug 2003
Posts: 6
Location: Berlin, Germany

PostPosted: Sat Jul 17, 2004 11:30 am    Post subject: Where can I find libstdc++-libc6.2-2.so.3 for gentoo? Reply with quote

When trying to start up informix 9.4 under gentoo I get the error:

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


And indeed, it is not present on my system (it is, however, present on a SuSE linux 8.2 system I use at work).

Perhaps it is in sys-libs/libstdc++-v3, but that is masked. Also, I do not know how to list which componenents are installed by a package - emerge has no option to list the package contents.
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Sat Jul 17, 2004 12:36 pm    Post subject: Reply with quote

On my system:
Code:
oberyno> qpkg -f /usr/lib/libstdc++-libc6.2-2.so.3                            ~
sys-libs/lib-compat *

So, try emerging lib-compat. At the moment, there is no decent way of finding what files are in a package when it is not installed.

BTW qpkg is part of gentoolkit.
Back to top
View user's profile Send private message
leekotzer
n00b
n00b


Joined: 26 Aug 2003
Posts: 6
Location: Berlin, Germany

PostPosted: Sat Jul 17, 2004 3:36 pm    Post subject: Reply with quote

Thanks for making me aware of qpkg. In my system, however:

Code:
# qpkg -f /usr/lib/libstdc++-libc6.2-2.so.3
#

And I emerged lib-compat
Code:

*  sys-libs/lib-compat
      Latest version available: 1.3
      Latest version installed: 1.3
      Size of downloaded files: 3,076 kB
      Homepage:    http://www.gentoo.org/
      Description: Compatibility C++ and libc5 and libc6 libraries for programs new and old
      License:     GPL-2

to no avail:
Code:

qpkg -l -v lib-compat
sys-libs/lib-compat-1.3 *
CONTENTS:
/usr
/usr/lib
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Sun Jul 18, 2004 7:59 am    Post subject: Reply with quote

Have you tried running ldconfig? That might fix it or at least point to a solution.

Edit: and on my computer I have:
Code:
oberyno> qpkg -l  lib-compat                                                  ~
sys-libs/lib-compat-1.3 *
CONTENTS:
/usr
/usr/lib
/usr/lib/libsmpeg-0.4.so.0.dummy
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/libg++.so.2.7.2.8
/usr/lib/libg++.so.2.7.2 -> libg++.so.2.7.2.8 1084542963
/usr/lib/libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so 1084542963
/usr/lib/libstdc++.so.2.7.2 -> libstdc++.so.2.7.2.8 1084542963
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.9.0
/usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-2-libc6.1-1-2.9.0.so 1084542963
/usr/lib/libc.so.5
/usr/lib/libsmpeg-0.4.so.0 -> libsmpeg-0.4.so.0.dummy 1084542963
/usr/lib/libstdc++.so.2.8 -> libstdc++.so.2.8.0 1084542963
/usr/lib/libstdc++.so.2.9 -> libstdc++.so.2.9.0 1084542963

I do run an ~x86 machine though, so that might have something to do with it.

Now that I look at it, it looks like the file is just a symlink to libstdc++-3-libc6.2-2-2.10.0.so.
Back to top
View user's profile Send private message
leekotzer
n00b
n00b


Joined: 26 Aug 2003
Posts: 6
Location: Berlin, Germany

PostPosted: Sat Jul 24, 2004 4:35 pm    Post subject: Reply with quote

oberyno wrote:

I do run an ~x86 machine though, so that might have something to do with it.

Now that I look at it, it looks like the file is just a symlink to libstdc++-3-libc6.2-2-2.10.0.so.


Thanks for the reply, The problems was an unnoted compilation error during emerging the library, which did not make the emerge stop with a clear errormessage. And I also run ~x86...
Back to top
View user's profile Send private message
cliffrowley
n00b
n00b


Joined: 12 Feb 2005
Posts: 20
Location: United Kingdom

PostPosted: Tue Feb 15, 2005 11:35 am    Post subject: Reply with quote

Thanks guys, this thread helped me install Macromedia Flash Communication Server under Gentoo. In case anyone else needs to do the same, I've written a short how-to on the subject on my blog:

http://cliffrowley.com/blog/index.php?p=44

Thanks again :)
Back to top
View user's profile Send private message
lailoken
n00b
n00b


Joined: 21 Oct 2005
Posts: 5

PostPosted: Fri Oct 21, 2005 1:09 pm    Post subject: Thanks! Reply with quote

This also helped me with a JPlatin java library problem while installing the SAPGUI guilogin app!
Back to top
View user's profile Send private message
mocsokmike
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2005
Posts: 120
Location: Budapest, Hungary

PostPosted: Fri Dec 02, 2005 9:29 am    Post subject: Reply with quote

And if you are using amd64, you should emerge emul-linux-x86-compat, and it will work fine.
Thank you guys, this thread helped me to use the webserver of our Intel SRCS28X SATA RAID controller, which was critical for our server!
_________________
format c:
emerge system
Back to top
View user's profile Send private message
Ast0r
Guru
Guru


Joined: 11 Apr 2006
Posts: 404
Location: Dallas, Tx - USA

PostPosted: Wed Jul 12, 2006 8:10 am    Post subject: Reply with quote

oberyno wrote:
On my system:
Code:
oberyno> qpkg -f /usr/lib/libstdc++-libc6.2-2.so.3                            ~
sys-libs/lib-compat *

So, try emerging lib-compat. At the moment, there is no decent way of finding what files are in a package when it is not installed.

BTW qpkg is part of gentoolkit.

Holy shit. You are a god among men! Thank you, thank you, thank you, thank you!
Back to top
View user's profile Send private message
jeffschwab
n00b
n00b


Joined: 05 May 2007
Posts: 2
Location: RTP, North Carolina

PostPosted: Tue May 08, 2007 11:11 pm    Post subject: Reply with quote

oberyno wrote:
On my system:
Code:
oberyno> qpkg -f /usr/lib/libstdc++-libc6.2-2.so.3                            ~
sys-libs/lib-compat *

So, try emerging lib-compat. At the moment, there is no decent way of finding what files are in a package when it is not installed.

BTW qpkg is part of gentoolkit.


Thank you. lib-compat also seems to be necessary to run nxclient, which requires libc6.
Back to top
View user's profile Send private message
trupoet
Apprentice
Apprentice


Joined: 08 Aug 2002
Posts: 160

PostPosted: Tue Sep 04, 2007 2:36 pm    Post subject: Reply with quote

awesome thanks! This helped me get the Backup Exec agent for Linux working on amd64
Back to top
View user's profile Send private message
Lithonite
n00b
n00b


Joined: 10 May 2008
Posts: 14

PostPosted: Fri May 23, 2008 3:12 am    Post subject: 2008 Beta2 VMware Sys Reply with quote

Notice the -p instead of the -f

qpkg -p /usr/lib/libstdc++-libc6.2-2.so.3
emerge lib-compat*
Back to top
View user's profile Send private message
techprophet
n00b
n00b


Joined: 11 Jun 2008
Posts: 17

PostPosted: Wed Jun 25, 2008 12:34 am    Post subject: Wow! Reply with quote

Who knew that giving one answer would result in so many thanks! Maybe I should answer stuff more often :P

Anyway, thanks, it works great!
_________________
Grouping is inevitable, Stereotyping is avoidable.
Allah is a demon
Back to top
View user's profile Send private message
jtheriot
n00b
n00b


Joined: 15 Jun 2007
Posts: 1
Location: Chauvin, La.

PostPosted: Wed Jul 09, 2008 11:12 pm    Post subject: libstdc++-libc6.2-2.so.3 Reply with quote

Worked for installing Ambroshia bbs door on a Synchronet BBS.

Thanks,
_________________
Jay C. Theriot
Back to top
View user's profile Send private message
FreakWent
n00b
n00b


Joined: 08 Feb 2004
Posts: 46

PostPosted: Fri Dec 17, 2010 10:45 am    Post subject: me too bump Reply with quote

Silly bump!

Alc-900 drivers need this too.

http://alc900-cups.sourceforge.net/
Back to top
View user's profile Send private message
dylanthomasfan
n00b
n00b


Joined: 02 Mar 2005
Posts: 27

PostPosted: Tue May 24, 2011 10:57 pm    Post subject: You need to emerge emul-linux-x86-compat Reply with quote

Quote:
And if you are using amd64, you should emerge emul-linux-x86-compat, and it will work fine.


Worked for my 2.6.37-gentoo-r4 x86_64 as well. Thanks.
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Fri Jul 20, 2012 4:08 am    Post subject: Re: You need to emerge emul-linux-x86-compat Reply with quote

dylanthomasfan wrote:
Quote:
And if you are using amd64, you should emerge emul-linux-x86-compat, and it will work fine.


Worked for my 2.6.37-gentoo-r4 x86_64 as well. Thanks.


Thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum