Hi,
i´m using the JDK1.1.6v4 on a SuSE 5.3 distribution. To get it working,
i had to
remove libc.so.5 and libdl.so.1 from the jdk´s lib directory.
Now i´ve got the following problem:
....
/usr/lib/java/bin/../bin/i686/green_threads/java: can't resolve symbol
'__eprintf'
/usr/lib/java/bin/../bin/i686/green_threads/java: can't resolve symbol
'__eprintf'
/usr/lib/java/bin/../bin/i686/green_threads/java: can't resolve symbol
'__eprintf'
Unable to resolve symbol (libmath.so)
java.lang.UnsatisfiedLinkError: no math in shared library path
at java.lang.Runtime.loadLibrary(Runtime.java)
at java.lang.System.loadLibrary(System.java)
at ....
This only happens, when i use a java SSL library - i never encountered
this problem
with other code.
I´m pretty sure, that libmath.so is in my library search path. Any
ideas, where
´__eprintf´ is suppose to be found?
Regards,
Oliver