I installed glibc and now I get errors about undefined references.

(written by Haidinger Walter)

After installing glibc, run ldconfig. Then type ls -l /usr/lib/libc.so. Is it a symlink to libc.so.6 ? Well, this is not correct for glibc.

Type:

rm /usr/lib/libc.so
echo "GROUP ( libc.so.6 ld.so.1 libc.a )" > /usr/lib/libc.so

Note that if you run ldconfig now, it may issue a warning about libc.so not being a shared library. That is Ok, ignore the warning.