installing Security Management on Red Hat Enterprise Linux 5
Before you install Security Management on Red Hat Enterprise Linux 5:
1. Install the sharutils-4.6.1-2 package
a) Make sure that you have the sharutils-4.6.1-2 package installed by running:
rpm -qa | grep sharutils-4.6.1-2
b) If the package is not already installed, install it by running:
rpm –i sharutils-4.6.1-2.i386.rpm
This package can be found on CD 3 of RHEL 5.
2. Install the compat-libstdc++-33-3.2.3-61 package
a) Make sure that you have the compat-libstdc++-33-3.2.3-61 package by running:
rpm –qa | grep compat-libstdc++-33-3.2.3-61
b) If the package is not already installed, install it by running:
rpm –i compat-libstdc++-33-3.2.3-61.i386.rpm
This package can be found on CD 2 of RHEL 5.
3. Disable SeLinux
a) Make sure that SeLinux is disabled by running: getenforce
b) If SeLinux is enabled, disable it by setting SELINUX=disabled in the /etc/selinux/config file and rebooting the computer.