Thats what I believe also.Lovechild wrote:This was from a 1.4rc1 install -> 1.4 unstable (~x86) install. My guess is that you have stuff still staticly linked to glibc 2.2.5AutoBot wrote:It was a 1.4 install, not a 1.2 update...This only applies the the glibc currently on the unstable branch.

i tried that but i got this sort of errors:kepe wrote:I made the same mistake of not checking what I was updating. I fixed the problem here by booting to an alternate distro, mounting /lib and manually relinking the approariate libs, which are, to best of my recollection:
ld-linux.so.2
libnss_compat.so.2
libpthread.so.0
librt.so.1
libdl.so.2
libutil.so.1
libresolv.so.2
libnss_nis.so.2
libnss_hesiod.so.2
libnss_files.so.2
libnss_dns.so.2
libm.so.6
libc.so.6
libcrypt.so.1
libdl.so.2
I think thats all of them.
Then I was able to reboot into gentoo, and remerge glibc 2.3.1
Hope this helps
Code: Select all
python2.2: /lib/libc.so.6: version 'GLIBC 2.3' not found (required by python2.2)
python2.2: /lib/libc.so.6: version 'GLIBC 2.3' not found (required by /lib/libpthread.so.0)
python2.2: /lib/libc.so.6: version 'GLIBC_PRIVATE' not found (required by python2.2)