I recently did a manual installation (not a prebuilt package) of glibc
v2.1.3. I was running glibc v2.0.7. I installed the new library as my
primary C library by using --prefix=/usr on configure. I used gcc
v2.95.2 to do the compile. The compile executed without error. Make
check showed no problems. I then booted into single user mode and did
make install without any problems. Upon reboot the system ran normally.
I can compile and link new (simple) C programs without error.
But... there is one quirk.
When Apache loads it complains that it can't load the php support
library (a .so file) and exits. The reason: "unresolved symbol _xstat".
My workaround is to disable php support for now.
I remember reading something about this _xstat issue in one of the
documents I reviewed before doing this installation. However, I can't
seem to locate that information now. It's not in the FAQ and it's not in
the INSTALL file. I just don't know where I saw it. Does anyone know
what the story is with _xstat and glibc v2.1.3?
TIA
Peter