> So my questions are: > 1) What is wrong in installing glibc > 2) Seems my system is half-dead, is there any way to fix it?
When I update glibc on my host I use statically linked binaries. You can compile coreutils, tar, make with -static option. I think install fail because after installing new ld-linux it run ldconfig, after this system binaries use new ld-linux and old libc. Read Glibc2-HOWTO or Glibc-Install-HOWTO to solve this problem. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
