>> Mark Montague <[EMAIL PROTECTED]> writes: > % strings /usr/lib/libc5-compat/libXmu.so.6 | grep libc.so
using readelf (or objdump) is more accurate, e.g.: $ readelf -d /usr/X11R6/lib/libX11.so.6.2 | grep NEEDED 0x00000001 (NEEDED) Shared library: [libc.so.6] > So it looks like the libc5-compat libs may have been linked to the > wrong libc this time around, maybe. Yeah, it looks broken. -- Marcelo