Hi, I'm getting this as well, on a new install of Sarge on amd64.
Looking at the Blackdown and Sun Java download pages, AFAICT there is (unsurprisingly) no 1.3.x version of the JRE for amd64, so I would suggest that this code in the firefox launch script be disabled if running on amd64. The actual failure is: $ LD_ASSUME_KERNEL=2.2.5 java -version java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory $ echo $? 127 So a better option might be to test for the exit status of running the JVM with LD_ASSUME_KERNEL first, and a) only try to parse the version if the LD_ASSUME_KERNEL variant works, b) assume that we don't want LD_ASSUME_KERNEL otherwise. -mato -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

