Hi, I installed above package in order to run ia32 programs. But everything I get is "No such file or directory":
[ia64:~]$ file /net/sirius/temp/zaehl /net/sirius/temp/zaehl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped [ia64:~]$ /net/sirius/temp/zaehl bash: /net/sirius/temp/zaehl: No such file or directory [ia64:~]$ ldd /net/sirius/temp/zaehl /usr/bin/ldd: /lib/ld-linux-ia64-ia64.so.2: No such file or directory ldd: /lib/ld-linux-ia64-ia64.so.2 exited with unknown exit code (127) Running a statically linked program seems to work. I'm running a self-compiled 2.4.16, do I need to enable something special in the kernel config file? regards, chris

