Previous Topic: UNIX and Console Mode Installation

Next Topic: Non-Provisioning Installation

Red Hat Linux 64-bit Installation

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

Follow these steps:

  1. Create a symbolic link to work around a CryptoJ failure. Use the following command:
    ln -s /dev/urandom /dev/random
    
  2. 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

Alternatively, the package dependency may be resolved using Add/Remove Software. Using this approach, you select and install the required i686 architecture dependencies required ksh package.