> Aaron Gaudio writes:
> 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 symbo
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 no
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 t