If you are installing onto Solaris (especially 2.7) and you encounter the following error when running the installer:
Error: failed /var/tmp/isjBXXXXXX/lib/sparc/client/libjvm.so, because ld.so.1: /var/tmp/isjBXXXXXX/bin/java: fatal: relocation error: file /var/tmp/isjBBXXXXXX/lib/sparc/client/libjvm.so: symbol __1cG__CrunSregister_exit_code6FpG_v_v_: referenced symbol not found
then you should check that you have the minimal patches to run the installer which uses Java 1.3.1. Note: The authorised complete list of patches for Java on Solaris is available at http://java.sun.com/j2se/1.3/install-solaris-patches.html As a minimum the following patches are required: 106300, 106327, 106950, 106980. You can check by running
showrev -p | grep 106300 showrev -p | grep 106327
These patches provide the shared library for C++ runtime use by the Java JVM.
showrev -p | grep 106950 showrev -p | grep 106980
These patches provide fixes for libpthreads.
|