On 2009-06-01 15:18 +0200, MoS wrote: > <libs> > # ls -la /lib/libdl* > 12K -rw-r--r-- 1 root root 9.5K Jan 4 19:11 /lib/libdl-2.7.so > 0 lrwxrwxrwx 1 root root 12 May 31 13:09 /lib/libdl.so.2 -> libdl-2.7.so > > # ls -la /lib/i686/cmov/libdl* > 12K -rw-r--r-- 1 root root 9.5K Jan 4 19:12 /lib/i686/cmov/libdl-2.7.so > 0 lrwxrwxrwx 1 root root 12 May 31 17:22b/i686/cmov/libdl.so.2 -> > libdl-2.7.so > > # diff /lib/libdl-2.7.so /lib/i686/cmov/libdl-2.7.so > Binary files /lib/libdl-2.7.so and /lib/i686/cmov/libdl-2.7.so differ > ** (is that normal ?) **
Of course, the second one is the i686-optimized library that uses the CMOV instruction. Your /proc/cpuinfo confirms that the Athlon supports this instruction. > <ldconfig> > Very long log so I added it as an attachement. I didn't see anything suspicious in it. Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

