Hi again .. it turns out that SuSE 5.3 has an RPM for jdk1.1.6 on one of
its CD's (which works). The difference appears to be that there's a line:
export LD_PRELOAD=/lib/libdl.so.1
Setting this makes the 1.1.6 which I downloaded work as well. Thanks to
everyone for the quick response.
-rj
On Tuesday, September 29, 1998 10:46 AM, Ranjan Bagchi
[SMTP:[EMAIL PROTECTED]] wrote:
> Hi everyone,
>
> I'm trying to move some of our Java apps to run on linux boxes. I
downloaded jdk1.1.6 and installed it (untarred in /usr/local and set my
path to find /usr/local/jdk1.1.6/bin).
>
> Well.. I was able to compile a hello world java app. So I believe I'm
correctly installed. But any code hitting java.net causes a VM crash. The
output's attached to this message, but looking at the stack trace it looks
like it's trying to load a library.
>
> When I try and run jdb, I get a file not found for libnet_g.so. But it's
there, in .../lib/i586/green_threads
>
> I'd appreciate any help, I'm running SuSE linux on an AMD 233 chip with a
2.0.35 kernel.
>
> Thanks!
>
> -rj
>
>
> << File: urltest.java >> << File: urltest.crash.txt >>