I thought I would check here before trying to submit a bug report.
(If I should have gone the other way someone please let me know.)

I loaded JDK 1.2 pre-v2 onto my Debian 2.1 (slink) system.  The first
attempt at running (applet or application) generated a lib error:

 libhpi.so: No such file or directory

I found the library in the delivery, so I started looking into causes. 
It turns out that in .java_wrapper, during the definition of
LD_LIBRARY_PATH, the variable "j" was null instead of the valid path to
the jre bin directory.  Further investigation showed that the "realpath"
executable generated a SEG FAULT.

Knowing that I had no links in my path I manually set "j" which
eliminated the first library error but resulted in another:

 libjvm.so: undefined symbol: __bzero

At this point I'm currently stumped and could use some guidance.  Also
if anyone has experience with "realpath" problems/fixes please send them
along also.

Thanks,
Lance


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to