Ive managed to get a working system by symlinking, but I need to
recompile everything to use the proper libs.  However, I need the
symlink to compile, but then it links in the wrong lib.  Catch 22.

There were some precompiled binary packages for disasters like this
somewhere on "gentoo", but I cant find them.  Does anyone know where
they are, or alternatively package up an athlon-tbird or compatible
package ("quickpkg python") of python using gcc 3.3.2 that I could grab.

BillK

On Sun, 2004-02-08 at 19:09, William Kenworthy wrote:
> Somehow I have mixed up libraries after updating world which went from
> gcc-3.2.3 to 3.3.2.  gcc-3.1.1 has not been in use for ages, but there
> are some remnants on the system.  Without a working python, most of
> gentoos tools are broke.  Suggestions on how to fix?
> 
> rattus linux # ldd /usr/bin/python
> /usr/bin/python: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/libgcc_s.so.1:
> version `GCC_3.3' not found (required by
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5)
>         libpython2.3.so.1.0 => /usr/lib/libpython2.3.so.1.0 (0x40032000)
>         libpthread.so.0 => /lib/libpthread.so.0 (0x40118000)
>         libdl.so.2 => /lib/libdl.so.2 (0x40168000)
>         libutil.so.1 => /lib/libutil.so.1 (0x4016b000)
>         libstdc++.so.5 =>
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5 (0x4016e000)
>         libm.so.6 => /lib/libm.so.6 (0x40227000)
>         libgcc_s.so.1 =>
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/libgcc_s.so.1 (0x4fd05000)
>         libc.so.6 => /lib/libc.so.6 (0x4024a000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> rattus linux #
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list

Reply via email to