Hello all, problem is solved! * Andreas Jaeger <[EMAIL PROTECTED]> [010513 18:35]: > That means that your ld-linux.so.2 is not from glibc 2.2.3. Please > check *all* your ld-linux.so.2 files.
Right you are. I tryed a "ls -l" to the ld-linux.so.2 and got the following: home:/usr/src/kernel-source-2.4.4# ls -l /usr/lib/ld-linux.so.2 lrwxrwxrwx 1 root root 9 Dec 12 00:49 /usr/lib/ld-linux.so.2 -> ld-2.2.so home:/usr/src/kernel-source-2.4.4# ls -l /lib/ld-linux.so.2 lrwxrwxrwx 1 root root 11 May 11 21:31 /lib/ld-linux.so.2 -> ld-2.2.3.so So I changed the first link to /lib/ld-linux.so.2 and it works now! Thanks a lot for your help! Danke. Uli

