
Code: Select all
env-update
source /etc/profile
Code: Select all
www 3.2.2 # pwd
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
www 3.2.2 # ./libstdc++.so.5.0.2
Segmentation fault
I had done a successfull install of rc3 a few days ago but it got stuck this time; I tried various workarounds with LD_LIBRARY_PATH to no avail, so decided to go back to untarring stage3.Chance wrote:
I am at the install stage where I am supposed to type: emerge sys-kernel/gentoo-sources.
But I get the following error message: python2.2: error while loading shared libraries: libstdc++.so.5: cannot open sh[line break on screen]
red object file: no such file or directory
Code listing 10.1: Updating Using sync
# emerge sync
# export CONFIG_PROTECT="-*"
# export USE="-* bootstrap build"
# emerge portage
# unset USE
which I made sure was:CHOST="i586-pc-linux-gnu"
as I using Pentium4.CHOST="i686-pc-linux-gnu"
I made sure that this was:USE=" ......... -python ......."
I do not know which, if any of these, was the problem but I feel that it must have been one of them - anyway I am going forward with my install now.USE=" ......... python ......."