8.3.3 Software Requirements for Red Hat Enterprise Linux 9.5 (64-bit)

Component Requirement
OS Version (Patches) Red Hat Enterprise Linux 9.5 x86_64 (64-bit)
C/C++ Compilers C/C++: gcc/g++ 11.5.0 20240719 (Red Hat 11.5.0-5)
Java Runtime Environment (JRE) Tested with JDK 1.8.0_441
Java Development Kit (SDK) Tested with JDK 1.8.0_441
Database Tested with Database: Oracle DB client 19c

Note:

  • libnsl is no longer available in Oracle Linux 9. Thus, you must install libnsl before you install Oracle Tuxedo 22.1.1.0.0.
  • Oracle Tuxedo 22.1.1.0.0 depends on libnsl.so.2 and libtirpc.so. If either of them is not available in /lib64, please run the commands below:
    cd /lib64
    sudo ln -s libnsl.so.1 libnsl.so.2
    sudo ln -s libtirpc.so.3 libtirpc.so
  • The Kerberos Security Plug-in is not supported on this platform.
  • ATMI users need a C, C++ or COBOL compiler.
  • CORBA C++ users need a C++ compiler and linker.
  • For compiler compatibility:

    Look for documentation from the compiler vendor that provides assurance that the version of compiler you want to use is compatible with the tested version of the compiler. The compatibility assurance must be provided for the following:

    • Source code:

      C/C++ source code that was compiled and linked using the tested version, compiles with the newer version of compiler without requiring any changes.

    • Executables and libraries:

      Libraries and executables built using the tested version, run with libraries and executables that are built with the newer version of compilers.