Juergen Kreileder writes... > AFAIK JRockit doesn't work with NPTL on IA32. I wouldn't be surprised > if the IA64 version had similar problems. So you probably should > report the problem to BEA > > I don't how the new debs look but you might have some success by > setting LD_ASSUME_KERNEL to 2.2.5 or 2.4.1. This should enable the > use of LinuxThreads without (2.2.5) or with (2.4.1) floating stacks > instead of NPTL.
Setting to 2.2.5 causes an error, 2.4.1 causes the same behavior(both the normal and strace'd tests). Test 1 [EMAIL PROTECTED]:~# LD_ASSUME_KERNEL=2.2.5 ./jrockit-8.1sp1-j2se1.4.1-linux64.bin ./jrockit-8.1sp1-j2se1.4.1-linux64.bin: error while loading shared libraries: libc.so.6.1: cannot open shared object file: No such file or directory Test 2 [EMAIL PROTECTED]:~# LD_ASSUME_KERNEL=2.4.1 ./jrockit-8.1sp1-j2se1.4.1-linux64.bin Extracting 0%.................................................................. ..................................100% ** Error during execution, error code = 11. Test 2 [EMAIL PROTECTED]:~# LD_ASSUME_KERNEL=2.2.5 ./jrockit-8.1sp1-j2se1.4.1-linux64.bin ./jrockit-8.1sp1-j2se1.4.1-linux64.bin: error while loading shared libraries: libc.so.6.1: cannot open shared object file: No such file or directory [EMAIL PROTECTED]:~# LD_ASSUME_KERNEL=2.4.1 strace -f -o /tmp/strace ./jrockit-8.1sp1-j2se1.4.1-linux64.bin Extracting 0%.................................................................. ..................................100% Let me know if anyone wants me to try anything else. -- Matt Taggart [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

