Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43088 - when doing emerge python I got an error of loading an shared lib that it can´t´find: libstdc++.so.5
Summary: when doing emerge python I got an error of loading an shared lib that it can´...
Status: RESOLVED DUPLICATE of bug 40694
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Python Gentoo Team
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 05:25 UTC by Kim Isaksson
Modified: 2005-07-17 13:06 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 Kim Isaksson 2004-02-27 05:25:54 UTC
"emerge python" 
got
"./python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
make: *** [sharedmods] Error 127

!!!ERROR: dev-lang/python-2.3.3 failed
!!! Function src_compile, Line 123, Exitcode 2
!!! Parallel make failed "

also /etc/env.d/05gcc :
the paths don
Comment 1 Kim Isaksson 2004-02-27 05:25:54 UTC
"emerge python" 
got
"./python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
make: *** [sharedmods] Error 127

!!!ERROR: dev-lang/python-2.3.3 failed
!!! Function src_compile, Line 123, Exitcode 2
!!! Parallel make failed "

also /etc/env.d/05gcc :
the paths don´t update to right version 3.2 should be 3.3, 3.2.3 should be 3.3.2. Correcting this got "can´t find gcc" go away

Reproducible: Always
Steps to Reproduce:
1.emerge python
2.uncompress, check, starting to compile
3.
Actual Results:  
fails to compile

Expected Results:  
should have python-2.3.3 on my system
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-02-27 05:37:14 UTC
run
#ldconfig
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-02-27 05:39:12 UTC

*** This bug has been marked as a duplicate of 40694 ***