moriah ~ # ldd /bin/bash
linux-gate.so.1 => (0xffffe000)
libncurses.so.5 => /lib/libncurses.so.5 (0xb7f28000)
libdl.so.2 => /lib/libdl.so.2 (0xb7f23000)
libc.so.6 => /lib/libc.so.6 (0xb7dec000)
/lib/ld-linux.so.2 (0xb7f84000)
moriah ~ # equery belongs /lib/libc.so.6
[ Searching for file(s) /lib/libc.so.6 in *... ]
sys-libs/glibc-2.3.6-r4 (/lib/libc.so.6 -> libc-2.3.6.so)
moriah ~
so bash needs glibc!
Your best bet would be to locate a glibc bin package (from the
livecd?)and untar it in / of your system, then it should work enough to
rebuild properly. You could just copy in the missing libs as you
discover them, but thats probably going to be worse :(
BillK
On Sat, 2006-07-22 at 13:45 +0200, oskar kapala wrote:
> Hi,
>
> I unmerged glibc, I know it's stupid, by I did it. I know how to solve
> the problem, but sth is wrong with chroot:
--
[email protected] mailing list