begin quote On Wed, 04 Feb 2004 17:06:01 -0500 Kurt Guenther <[EMAIL PROTECTED]> wrote:
> tumbleweed root # emerge > /usr/bin/python: error while loading shared libraries: libstdc++.so.5: > > cannot open shared object file: No such file or directory > tumbleweed root # > > > Is there a way to fix emerge? Might be. run "ldd /usr/bin/python" and see. usually it will look for libstdc++ which is part of gcc. the fact that its missing from your system is alarming. look inside : /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5 of course, the gcc version (here 3.3.2) will probably be different. as the CHOST ( 686-pc-linux-gnu ) might be. if other versions of libstdc++ is in that dir, make a symlink. if not, ouch. if you have unmerged gcc, you're in trouble. Grab a binary gcc (http://chinstrap.alternating.net has one grp set, or the old 1.4 grp's, or the stage2 or 3 tarballs) and copy to your system, then rebuild gcc. Nothing is impossible to fix, some things hurt a bit though. //Spider -- begin .signature This is a .signature virus! Please copy me into your .signature! See Microsoft KB Article Q265230 for more information. end
pgp00000.pgp
Description: PGP signature
