Quick Reference Guide
Installing the compat-libstdc++ Library
The compat-libstdc++-33-3.2.3-61 or later library must be installed before installing EKM 3.0 on Linux platforms.
If you receive the following error while installing EKM 3.0 on Linux, you must install compat-libstdc++ :
Your operating system does not have the compat-libstdc++ packaged installed.
To install compat-libstdc++:
1. In a terminal session, navigate to the compat-libstdc++ RPM file in the EKMPREREQLIBS folder on the EKM 3.0
installation media by issuing the following command:
cd /<path_to_EKM_3.0_installation_dvd>/EKMPREREQLIBS
2. Install compat-libstdc++ by issuing the following command:
rpm -ivh compat-libstdc++*.rpm
NOTE: If an error message displays, stating that the compat-libstdc++ RPM you are attempting to install
conflicts with libstdc++-33 that is already installed, perform the following steps:
a. Issue the following command:
rpm –e libstdc++-33
b. Issue the following command:
rpm -ivh compat-libstdc++*.rpm
63