Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems with libstdc++.
Date: Sat, 23 Sep 2006 15:50:46
Message-Id: 200609231745.27761.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] Problems with libstdc++. by "Christopher E. Granade"
1 On Saturday 23 September 2006 10:04, Christopher E. Granade wrote:
2 > Bo Ørsted Andresen wrote:
3 > > On Saturday 23 September 2006 05:59, Christopher Granade wrote:
4 > > [...]
5 > >
6 > >> /opt/skype/skype.bin: error while loading shared libraries:
7 > >> libstdc++.so.5: cannot open shared object file: No such file or
8 > >> directory
9 > >>
10 > >> I then ran revdep-rebuild to try and fix the problem, and it said that
11 > >> that libstdc++.so.5 was broken, and that it would fix it. After
12 > >> revdep-rebuild ran, I went back to run Skype again and got the same
13 > >> error. Running revdep-rebuild a second time resulted in the exact same
14 > >> output. Any ideas? Thanks.
15 > >
16 > > revdep-rebuild doesn't look at /opt (which is where binary stuff like
17 > > skype is installed). Also remerging won't help since it's binary. It
18 > > won't be recompiled since the source code isn't available.
19 > >
20 > > sys-libs/libstdc++-v3 provides libstdc++.so.5:
21 > >
22 > > # emerge -va sys-libs/libstdc++-v3
23 >
24 > Running this command reveals that libstdc++-v3 was already emerged. I
25 > reemerged anyway, and the error persists. Thank you for the help, but it
26 > seems that there's something else wrong. Is this a problem with amd64?
27
28 Not really sure. On amd64 this requires some of the
29 app-emulation/emul-linux-x86-* packages (since skype is a 32 bit app), but it
30 should pull them by itself... What does:
31
32 # equery check app-emulation/emul-linux-x86-compat
33
34 give? What version of skype are you using? Please also post the output of:
35
36 # emerge --info
37
38 --
39 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] Problems with libstdc++. "Christopher E. Granade" <cgranade@×××××.com>