This is Andy at Evergreen.
I tested the single binary function on Linux with JRE8 b81, but it cannot work after installed JRE.
In Linux installer, there is a “javasettings” program which performs the single binary functions.
When we running the rpm installer on Linux, the installer will run this program.
But this program cannot be run correctly in current Linux installer.
Steps:
1. Run RPM installer of JRE on Linux.
2. Check the /var/log/java_install.log file.
Problem:
There is an error message like below:
/usr/java/jre1.8.0/lib/javasettings: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
It seems that the javasettings cannot be run when installing because of a library problem.
I tested the single binary function on Linux with JRE8 b81, but it cannot work after installed JRE.
In Linux installer, there is a “javasettings” program which performs the single binary functions.
When we running the rpm installer on Linux, the installer will run this program.
But this program cannot be run correctly in current Linux installer.
Steps:
1. Run RPM installer of JRE on Linux.
2. Check the /var/log/java_install.log file.
Problem:
There is an error message like below:
/usr/java/jre1.8.0/lib/javasettings: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
It seems that the javasettings cannot be run when installing because of a library problem.
- is cloned by
-
JDK-8010959 Single Binary function does not work when running SVR4 package of JRE on Solaris.
-
- Closed
-