Linux library 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 and Solaris installations.
Linux library requirements
The following libraries are required in all Linux installations:
- libpng
- libjpeg
In addition to these libraries, the following platform-specific libraries are required:
Platform | Library |
---|---|
Red Hat Enterprise Linux 5.x | openmotif22 rpm, compat-libstdc++-33 rpm, libXp |
Red Hat Enterprise Linux 4.x | openmotif rpm, compat-libstdc++-33 rpm |
SUSE Enterprise Linux 11 | openmotif22 rpm or openmotif-libs-32bit (64-bit compatible), compat-libstdc++5.0.7 rpm or libstdc++33 |
SUSE Enterprise Linux 10 | openmotif rpm or openmotif-libs-32bit (64-bit compatible), compat-libstdc++5.0.7 rpm or libstdc++33 |
If you are installing
on an x86-64 system, you need the 32-bit compatible libraries (except for openmotif-libs-32bit) installed.Verifying library versions
To verify the versions of these libraries, use the following commands:
- rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" libpng
This command returns text similar to the following:
libpng-<version>-<release>-i386 - rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" libjpeg
This command returns text similar to the following:
libjpeg-<version>-<release>-i386 - rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" openmotif
This command returns text similar to the following:
openmotif-<version>-<release>-i386 - rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" compat-libstdc++-33
This command returns text similar to the following:
compat-libstdc++-33-<version>-<release>-i386 - rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" compat-libstdc++-5.0.7
This command returns text similar to the following:
compat-libstdc++-5.0.7-<version>-<release>-i386 - rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" openmotif22
This command returns text similar to the following:
openmotif22-<version>-<release>-i386 - rpm -qa --queryformat "%-{name}-%{version}-%{release}-%{arch}\n" libXp
This command returns text similar to the following:
libXp-<version>-<release>-i386
Solaris library requirements
Before installing the product on a Solaris system, you must ensure that the libiconv package is installed. This package provides the required libiconv.so.2 library.