Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: emerge broken - libstdc++.so.5
Date: Mon, 05 Jun 2006 19:48:58
Message-Id: 5bdc1c8b0606051204q3d21dbddk609827173f7b3c63@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: emerge broken - libstdc++.so.5 by James Ausmus
1 On 6/5/06, James Ausmus <james.ausmus@×××××.com> wrote:
2 > On 6/5/06, Mark Knecht <markknecht@×××××.com> wrote:
3 > > Hi,
4 > > For a few moments I thought this might be the problem, and I though
5 > > I might end up on the Wall of Shame (tm) but in fact this doesn't
6 > > solve my problem since it doesn't install libstdc++.so.5
7 > >
8 > > dragonfly ~ # gcc-config -l
9 > > [1] i686-pc-linux-gnu-3.4.4 *
10 > > [2] i686-pc-linux-gnu-3.4.4-hardened
11 > > [3] i686-pc-linux-gnu-3.4.4-hardenednopie
12 > > [4] i686-pc-linux-gnu-3.4.4-hardenednopiessp
13 > > [5] i686-pc-linux-gnu-3.4.4-hardenednossp
14 > > [6] i686-pc-linux-gnu-3.4.6
15 > > [7] i686-pc-linux-gnu-3.4.6-hardened
16 > > [8] i686-pc-linux-gnu-3.4.6-hardenednopie
17 > > [9] i686-pc-linux-gnu-3.4.6-hardenednopiessp
18 > > [10] i686-pc-linux-gnu-3.4.6-hardenednossp
19 > > dragonfly ~ # source /etc/profile
20 > > dragonfly ~ # updatedb
21 > > dragonfly ~ # slocate libstdc++.so.5
22 > > dragonfly ~ #
23 > >
24 > > dragonfly ~ # eix libstd
25 > > eix: error while loading shared libraries: libstdc++.so.5: cannot open
26 > > shared object file: No such file or directory
27 > > dragonfly ~ #
28 >
29 > That's because the tarball pointed to from that page is for 3.4.x,
30 > which contains libstdc++.so.6 - libstdc++.so.5 is the shared library
31 > from gcc 3.3.x, which is not binary compatible with libstdc++.so.6 -
32 > hence, to recover using the method described on that Wiki page, you
33 > need to find a 3.3.x tarball.
34 >
35 > Does anyone have one already that they can offer? If not, let me know
36 > your -march and etc., and I will see if I can compile/upload one for
37 > you.
38 >
39 > -James
40
41 Thanks James. The required tarball is on the above referenced page.
42 I'm downloading it now.
43
44 - Mark
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: emerge broken - libstdc++.so.5 Mark Knecht <markknecht@×××××.com>