On Sat, Jan 13, 2001 at 01:20:53PM +0100, Richard Zidlicky wrote: > > > No idea which libraries do not want to load, ldd shows no problems. > > did you try 'ldd -r' ? No, but there is no difference. However that helped finding the problem.
[EMAIL PROTECTED]:~>grep head /usr/sbin/xserver-configure serverpath=$(head -1 /etc/X11/Xserver) [EMAIL PROTECTED]:~>head -1 /etc/X11/Xserver head: error while loading shared libraries: head: undefined symbol: __strtouq_internal [EMAIL PROTECTED]:~>ldd -r /usr/bin/head libc.so.6 => /lib/libc.so.6 (0xc001a000) /lib/ld.so.1 => /lib/ld.so.1 (0xc0000000) undefined symbol: __strtouq_internal (/usr/bin/head) A recompiled textutils solves this. Christian -- First they ignore you. Then they laugh about you. Then they fight you. And then you win. [Mahatma Gandhi] http://people.debian.org/~cts/