Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204220 - Skype requires libstdc++ from gcc-4.x first in path
Summary: Skype requires libstdc++ from gcc-4.x first in path
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-03 22:52 UTC by Hypnos
Modified: 2008-01-24 11:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hypnos 2008-01-03 22:52:02 UTC
I have both gcc-3.4.6 and gcc-4.1.1 installed in my system, with the latter selected as my default compiler.

However, with the gcc-3.4.6 first in my /etc/ld.so.conf, I get the following linker error:

/opt/skype/skype: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /opt/skype/skype)
/opt/skype/skype: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `GLIBCXX_3.4.4' not found (required by /opt/skype/skype)

With gcc-4.1.1 listed first (and re-running ldconfig), Skype works fine.  None of my other software, whether binary or compiled with gcc-4.1.1, seems to care.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-03 22:53:57 UTC
We can fix exactly nothing w/ Skype.
Comment 2 Maik Nijhuis 2008-01-24 11:47:18 UTC
I got the same error messages, but I have gcc-3.4.6 and gcc-4.1.2 installed, and gcc-3.4.6 was my default gcc. After setting my default gcc to 4.1.2 using gcc-config, skype runs fine.