Actually, no I did install the glibc2.0 version, I made sure of that. However I
found the problem. I noticed that when I accidentally forgot to exit out of
'su' once and ran the 'java -version', it did NOT complain about not finding
sunwjit... So that told me there might be some access problems on the
libraries. Sure enough, ls -l in jdk1.2/jre/lib/i386 showed that libsunjwit.so
had the permissions of 'rw-r-----' and the owner set to "13899" and the group
set to "disk"... Matter of fact ALL the libraries had that owner and group.
Changing the permissions to "rwxr-xr-x" (i.e. allowing anyone to read and
access the darn thing) cleared up the problem right away.
/CMH
Stefan Proels wrote:
> > Hi, I've just untarred the new jdk on my SuSE 6.1
> > and I got an error because it seems that I have no libhpi.so on my
> > system.
> > Should I have one ? Is it possible to run this JDK on SuSE 6.1 ?
> > I searched this thread and I didn't find any previous messages regarding
> > this
> > library.
>
> This library is part of the JDK
> (jdk1.2/jre/lib/i386/native_threads/libhpi.so and
> jdk1.2/jre/lib/i386/green_threads/libhpi.so). You probably have
> downloaded the wrong version of the JDK, i.e., the version for
> glibc2.1 instead of glibc2.0. SuSE 6.1 is based on glibc2.0 and
> it works fine here with the right JDK.
>
> CU,
> Stefan
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]