8.3.3 Software Requirements for Red Hat Enterprise Linux 8.4 (64-bit)
Component | Requirement |
---|---|
OS Version (Patches) | Red Hat Enterprise Linux 8.4 x86_64 (64-bit) |
C/C++ Compilers | gcc 8.4.1 20200928 (Red Hat 8.4.1-1) |
Java Runtime Environment (JRE) | Tested with JDK 1.8.0_451 |
Java Development Kit (SDK) | Tested with JDK 1.8.0_451 |
Database | Tested with Database: Oracle DB client 19c |
Note:
libnsl
is no longer available in RHEL 8. Thus, you must installlibnsl
before you install Oracle Tuxedo 22.1.1.0.0- Oracle Tuxedo 22.1.1.0.0 depends on
libnsl.so.1
andlibtirpc.so
. If either of them is not available in /lib64, then you must run the commands below:sudo yum install libnsl
cd /lib64
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.
- Source code:
Parent topic: Red Hat Enterprise Linux 8.4 (64-bit) on x86-64