Description of problem: We install ia32el-1.1-2 on RHEL4 beta1 for Itanium and execute a 32bit application on IA32EL but it ends abnormally. Version-Release number of selected component (if applicable): ia32el-1.1-2 How reproducible: always Steps to Reproduce: 1. # rpm -ivh ia32el-1.1-2.ia64.rpm 2. # /etc/init.d/ia32el start 3. # strace -f /usr/lib/ia32el/is_ia32el Actual results: # strace -f /usr/lib/ia32el/is_ia32el execve("/usr/lib/ia32el/is_ia32el", ["/usr/lib/ia32el/is_ia32el"], [/* 23 vars */]) = 0 futex(0x1, FUTEX_WAKE, 1) = -1 EINVAL (Invalid argument) brk(0) = 0x6000000000020000 . . . readlink("/proc/self/fd/3", "/usr/lib/ia32el/is_ia32el", 4096) = 25 pread(3, "/lib/ld-linux.so.2\0", 19, 276) = 19 open("/lib/ld-linux.so.2", O_RDONLY) = 4 pread(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\220-\0"..., 52, 0) = 52 close(4) = 0 close(3) = 0 exit(-8) = ? Expected results: 32bit application run on IA32EL properly. Additional info:
*** This bug has been marked as a duplicate of 134519 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.