Linux system requirements
To install the product on a Linux or Solaris system, /bin/bash must be present. In addition, you must ensure that the following Red Hat Package Manager (RPMs) are available in your Linux installation. See the attached document for instructions about how to install RPMs on a Linux system.
Platform | Library |
---|---|
Red Hat Enterprise Linux Server 7 (x86-64) | 32-bit compatible libraries
|
Red Hat Enterprise Server 6 Update 3 and later (x86-64) |
|
Red Hat Enterprise Server 5 Update 8 and later (x86-64) |
|
SUSE Linux Enterprise Server 11 SP2 and later (x86-64) |
|
Red Hat Enterprise Linux, all versions | procps (a Red Hat Package Manager file, or RPM) Note: Use a recent version of this RPM, but do not use version 3.2.8-33. |
Note
While installing an RPM, you must also install all its dependent RPMs.
Verifying RPM versions
To verify the version of an RPM, use the following command:
rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" <libraryName>
For example, to verify the version of openmotif, use the following command:
rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" openmotif
This command returns text similar to the following example:
openmotif-<version>-<release>-i386
Comments