[EMAIL PROTECTED] writes:
>
> I just (more or less) confirmed that there seems to be a conflict
> problem between the stock jdk1.1.6v1-test and ld.so-1.9.9.
>
> I've had this problem on both Linux machines I can experiment on:
>
>
> 0. with ld.so-1.9.8 installed:
>
> 1. Installed jdk1.1.6v1-test.tar.gz exactly as it appears on blackdown.
>
> 2. Applet ran fine. (Except for the frame being "off the screen" to
> the upper left).
>
> 3. Installed ld.so-1.9.9
>
> 4. Got a Thread Alarm!!!
Rats! I hate when incompatibilities are introduced in the dynamic linkers.
Can you try copying the libdl that I presume came with ld.so into the
lib/green_threads directory (replacing the libdl that's there) and run your
test again?
>
> 5. Removing .../green_threads/libdl.so.1 (? this is from memory),
> and ../green_threads/libc.so.5 and rerunning ldconfig cleared
> up the problem.
Are you on a pure libc system or do you have glibc installed?
Steve