Re: Slackware & jdk116v2

1998-07-10 Thread John Vliet
We are using libc5. I tried Pauls advice of removing the two files libc.so.5 and libdl.so.1 from ~JAVAHOME/lib/i686/green_threads/ This seemed to fix the problem keeping the 1.9.9 version of the system ld.so library. -John Casiraghi Luigi wrote: > In data 06.58 09/07/98 -0700, John Vliet

RE: Slackware & jdk116v2

1998-07-09 Thread John Vliet
In my description of the problem I mentioned that you can replace the ld-linux.so library with an older version (1.9.5 as opposed to 1.9.9) and the Java stuff seems to work fine. Unfortunately this causes our dhtml server and it's database to break. Interestingly though, you can switch to the olde

ld-linux.so.1.9.9

1998-07-08 Thread John Vliet
this library causes requesting a Socket to send the Java VM (1.1.6) into a thread panic aborting with many errors and traces. if the library is replaced with the older ld-linux.so.1.9.5 library the problem goes away, but breaks other programs on the system. Is there a better fix for this problem