During the installation of the policy server, the installer halts with the error,
"JRE libraries are missing or not compatible....
Exiting...."
SiteMinder Policy Server 12.8.x or later
The /tmp directory is mounted with the option "noexec", which doesn't allow the execution of binaries.
The mount command reports:
# mount
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noexec,relatime)
# mount -o remount,exec /tmp
# sudo mount -o remount,exec /tmp
# mount -o remount /tmp
# sudo mount -o remount /tmp
Without having root permissions, get in touch with the system administrator to mount the /tmp folder with the execution (exec) permission.