Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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

  • glibc-2.17-55.el7.x86_64.rpm
  • libstdc++-4.8.2-16.el7.x86_64.rpm
  • nspr-4.10.2-4.el7.x86_64.rpm
  • nss-3.15.4-6.el7.x86_64.rpm
  • openmotif-2.3.4-7.el7.x86_64
  • zlib-version (x86-64, version depending on the OS version)
Red Hat Enterprise Server 6 Update 3 and later (x86-64)
  • glibc-2.12-1.80.el6 (both i686 and x86_64 packages) - 32 and 64 bit glibc libraries
  • libstdc++-4.4.6-4.el6 (both i686 and x86_64 packages) - 32 and 64 bit libstdc++ libraries
  • nspr-4.9-1.el6 (both i686 and x86_64 packages) - 32 and 64 bit nspr library
  • nss-3.13.3-6.el6 (both i686 and x86_64 packages) - 32 and 64 bit nss library
  • openmotif-2.3.3-4.el6 (both i686 and x86_64 packages) - 32 and 64 bit openmotif libraries
  • zlib-version (x86-64, version depending on the OS version) 
Red Hat Enterprise Server 5 Update 8 and later (x86-64)
  • glibc-2.5-81 (both i686 and x86_64 packages) - 32 and 64 bit glibc libraries
  • libstdc++-4.1.2-52.el5 (both i386 and x86_64 packages) - 32 and 64 bit libstdc++ libraries
  • nspr-4.8.8-2.el5 (both i386 and x86_64 packages) - 32 and 64 bit nspr library
  • nss-3.12.10-8.el5 (both i386 and x86_64 packages) - 32 and 64 bit nss library
  • openmotif-2.3.1-6.el5 (both i386 and x86_64 packages) - 32 and 64 bit openmotif libraries
  • zlib-version  (x86-64, version depending on the OS version) 
SUSE Linux Enterprise Server 11 SP2 and later (x86-64)
  • glibc-32bit-2.11.3-17.31.1.x86_64 - 32 bit glibc libraries
  • glibc-2.11.3-17.31.1.x86_64 - 64 bit glibc libraries
  • libstdc++46-32bit-4.6.1_20110701-0.13.9.x86_64 - 32 bit libstdc++ libraries
  • libstdc++46-4.6.1_20110701-0.13.9.x86_64 - 64 bit libstdc++ libraries
  • mozilla-nspr-32bit-4.8.9-1.2.2.1.x86_64 - 32 bit nspr library
  • mozilla-nspr-4.8.9-1.2.2.1.x86_64 - 64 bit nspr library
  • mozilla-nss-32bit-3.13.1-0.2.1.x86_64 - 32 bit nss library
  • mozilla-nss-3.13.1-0.2.1.x86_64 - 64 bit nss library
  • openmotif-libs-32bit-2.3.1-3.13.x86_64 - 32 bit openmotif libraries
  • openmotif-libs-2.3.1-3.13.x86_64 - 64 bit openmotif libraries
  • zlib-version (x86-64, version depending on the OS version) 
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

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments

  1. Oisin Dunne

    Just tried this on a new build of RHEL7. You need the 32bit libs as that is what the installer checks for.

    Jul 10, 2019 08:48