> 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