Noticed alsa is broken. No sound app (like xmms/realplayer) would work. kmix gives the same error cupsd gave a while back.
/lib/libc.so.6: version `GLIBC_2.3′ not found
Downloaded latest source from alsa-project (0.9.2 has just been released today). Compiled & installed (with OSS emulation) and things are back to normal.
Alsa 0.9.2 Installation:
————————————-
Compile & install (configure; make; make install) drivers first.
copy snddevices to /usr/local/bin
check that /lib/modules/2.4.18-bf2.4/kernel/sound/pci has updated drivers.
Compile & install libs
Compile & install utils
Compile & install oss
Copy binaries from utils/* to /usr/local/bin
New init script is /etc/init.d/alsasound
Restart server with
/etc/init.d/alsasound restart
Check if any snd- modules are loaded. If not load them with
modprobe snd-intel8×0
modprobe snd-mixer-oss
modprobe snd-pcm-oss
Check with lsmod
Update /etc/modules file (add the following)
snd-intel8×0
soundcore
snd-mixer-oss
snd-pcm-oss
Use kmix to bump up volume (remember! by default everything is muted).
You are all set.