Your problem is related to the version of glibc you are using. The JDK
1.1.7 uses an internal symbol, _dl_symbol_value, which was present in
glibc 2.0 but is no longer in glibc 2.1, thus the undefined symbol error.
I believe JDK 1.1.6 does not use this symbol and should be fine, although
I have not checked it myself yet. The next JDK release (whether 1.2 or
an upgrade of 1.1.7) should have this fixed.
BTW, glibc 2.1 has been officially released, so you can upgrade it
(although I doubt that will solve your problem here).
And lo, the chronicles report that Kenneth J. Baker spake thusly unto the masses:
>
>
> I am trying to install Java v1.1.7-v1a on my system. I get the errors
> below when I try to run any bins within the package... The run of java
> -native crashes if any simple app is run similar to the way javac -native
> crashes. I also included my ldconfig. Does anyone have suggestions as
> to how to fix this problem?
>
> Thanks so much for your time...
>
> Ken
>
--
¤--------------------------------------------------------------------¤
| Aaron Gaudio mailto:[EMAIL PROTECTED] |
| http://www.rit.edu/~adg1653/ |
¤--------------------------------------------------------------------¤
| "The fool finds ignorance all around him. |
| The wise man finds ignorance within." |
¤--------------------------------------------------------------------¤
Use of any of my email addresses is subject to the terms found at
http://www.rit.edu/~adg1653/email.shtml. By using any of my addresses, you
agree to be bound by the terms therein.