Hi Michael,
Thanks for your reply.
I did try to uninstall the v2 and install the
jdk-1.1.7.v1a-3.i386.rpm. After I install
the version 3, I try to compile my program and
it doesn't work. The error message is :
/usr/lib/jdk-1.1.7/bin/i586/green_threads/java: error in loading shared
libraries: /usr/lib/jdk-1.1.7/lib/i586/green_threads/libjava.so: undefined
symbol: _dl_symbol_value
There is one more strange thing happened.
When I used my Glint to check the
available file to install, there is a warning message:
read failed: Is a directory(21).
My "glint" version is 2.6.2. Are there any bug in
this version? Does this affect the installation
of the "java"?
--Simmy
Michael Sinz wrote:
> On Mon, 26 Jul 1999 11:34:53 -0400, Simmy wrote:
>
> >I just downloaded a java development Kit for my Linux
> >which is from a RPM depository sit.
> >
> > jdk-117_v1a-2 JDK is the Java development Kit
> > for linux
> >
> >
> >I installed it using "glint". However, I cannot use it.
> >Everytime I use "javac" call, the following error occurs:
> >
> >/usr/local/bin/javac: /usr/local/bin/.extract_args: No such file or
> >directory
> >/usr/local/bin/java: error in loading shared libraries:
> >/usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined
> >symbol: _dl_symbol_value
>
> This is because you have a GLIBC 2.1 based system and the JDK 1.1.7 v1a
> is not GLIBC 2.1 compatible.
>
> You need to get JDK 1.1.7 v3.
>
> >It seems the java using the i686 file instead i586. My
> >computer is a 586 machine.
>
> Don't worry about that. In the 1.1.x JDK builds, each of the CPU types
> have their own directory. However, for the x86 (intel) CPUs, they are
> all the same so all of the directories link to a single common one.
> Thus, i386, i486, i586, and i686 are all the same and link to a single
> name (i686 in this build)
>
> --
> Michael Sinz -- Director of Research & Development, NextBus Inc.
> mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
> My place on the web ---> http://www.users.fast.net/~michael_sinz
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]