--- Mark Knecht <[EMAIL PROTECTED]> wrote:
> > localhost root # emerge -pv system > /usr/bin/python: error while loading shared > libraries: libstdc++.so.5: > cannot open shared object file: No such file or > directory > localhost root # emerge sync > /usr/bin/python: error while loading shared > libraries: libstdc++.so.5: > cannot open shared object file: No such file or > directory > localhost root # emerge info > /usr/bin/python: error while loading shared > libraries: libstdc++.so.5: > cannot open shared object file: No such file or > directory > localhost root # > > Bug report here: > > http://bugs.gentoo.org/show_bug.cgi?id=95050 > > The is a bad one as far as I can tell. Anyone know > what I might do to > try and move forward?? > Hi Mark, You only need to get back libstdc++.so.5 ;-) Are you sure it's gone? Mine is in /usr/lib/libstdc++-v3/libstdc++.so.5 and if yours is still there then you can run ldconfig to fix it (/usr/lib/libstdc++-v3 should be in /etc/ld.so.conf). If it's really gone then you could get a libstdc++-v3 binary package and untar it. If you have FEATURES=buildpkg then you might have a tbz2 in ${PKGDIR}/All. If you don't have a tbz2 you can use quickpkg from the gentookit package to generate tbz2 from a working gentoo system. Zac __________________________________ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out! http://discover.yahoo.com/mobile.html -- [email protected] mailing list

