Client Installation returns ' The java.library.path system variable is missing or invalid'
Hi,
I try to install Oracle Client 19c 64 bit on RHEL 8.7:
unzip LINUX.X64_193000_client.zip
umask 022
export CV_ASSUME_DISTID=OL7
./runInstaller -silent -invPtrLoc oraInst.loc -responseFile client19c.rsp
The installation stops with
--------------------------------
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2023-07-26_11-50-17AM. Please wait ... The java.library.path system variable is missing or invalid. Please set java.library.path with a correct value and retry the operation.
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader
--------------------------------
java is in $PATH, I've checked sha256sum of the client, uname-a returns x86_64, /tmp is sufficient and all the required packages are installed.