Previous Topic: UNIX and Console Mode InstallationNext Topic: Non-Provisioning Installation


Red Hat Linux 64-bit Installation

If you plan to install CA IdentityMinder on a Red Hat Linux 64-bit system, you need to prepare the system for the installation.

Follow these steps:

Install four 32-bit packages using the following commands:

yum install glibc.i686 
yum install libXext.i686 
yum install libXtst.i686 
yum install ncurses-devel.i686 

Note: The i686 suffix specifies that the library is 32-bit, for the x86 processor.

Alternatively, the dependencies may be resolved using Add/Remove Software, and unchecking the Only Native Packages filter option.  Using this approach, you select and install the required i686 architecture dependencies.

The native ksh shell package also needs to be installed. Use the following command:

yum install ksh

Another alternative is to resolve the package dependency by using Add/Remove Software. Using this approach, you select and install the required i686 architecture dependencies ksh package.