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 libraries are available in your Linux installation. See the attached document for instructions about how to install libraries on a Linux system.

Platform

Library

Red Hat Enterprise Linux 6.1 and later

32-bit compatible libraries

glibc-2.12-1.25.el6.i686
libstdc++-4.4.5-6.el6.i686
nspr-4.8.7-1.el6.i686
nss-3.12.9-9.el6.i686
openmotif-2.3.3-1.el6.i686
zlib-version (x86-64, version depending on the OS version)

Red Hat Enterprise Linux 5.5 and later

32-bit compatible libraries

glibc-2.5-49.i686
libstdc++-4.1.2-48.el5.i386
nspr-4.7.6-1.el5_4.i386
nss-3.12.3.99.3-1.el5_3.2.i386
openmotif-2.3.1-2.el5_4.1.i386
zlib-version (x86-64, version depending on the OS version)

SUSE Enterprise Linux 11 SP1 and later

32-bit compatible libraries

glibc-32bit-2.11.1-0.17.4.x86_64
libstdc++43-32bit-4.3.4_20091019-0.7.35.x86_64
mozilla-nspr-32bit-4.8.2-1.1.1.x86_64
mozilla-nss-32bit-3.12.6-3.1.1.x86_64
openmotif-libs-32bit-2.3.1-3.13.x86_64
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 a Red Hat Package Manager (RPM), you must also install all its dependent RPMs.

Verifying library versions

To verify the version of a library, 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

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*