Hi,
You were right, my paths were wrong... but env-update could not help me
because the problem lied in /etc/env.d/05gcc which looked like:
PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info"
CC="gcc"
CXX="g++"
LDPATH="/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1"
See how LDPATH refers to 3.2.1 while all others refer to 3.2? Changing it to
3.2.2 fixed the problem after an env-update..
Le 6 Mars 2003 03:32, vous avez �crit :
> On Thursday 06 March 2003 09:52, Cedric Veilleux wrote:
> > # emerge
> > python2.2: error while loading shared libraries: libstdc++.so.5:
> > cannot open shared object file: No such file or directory
> >
> >
> > Many programs refuses to run, giving the previous error, including
> > portage and python... Seems like I would need to re-install GCC but
> > how can I do this without a working portage? bootstrap.sh?
>
> Your PATHs are not correct.
>
> run env-update as root
> source /etc/profile
> and try again.
--
[EMAIL PROTECTED] mailing list