Configuring Red Hat Linux 6 and AIX 6.1 32-bit Platforms

On 32-bit systems, you must install a number of additional 32-bit packages.

You can use yum to install the packages. This example illustrates how to perform the task on Red Hat Linux 6.
Note: See the readme file for your product for a list of supported platforms. This document may describe platforms that are not supported for your product.

Procedure

  1. Mount a Red Hat 6 64-bit ISO file such as rhel-server-6.1-x86_64-dvd.iso.
    mount /dev/cdrom /mnt/cdrom rhel-server-6.1-x86_64-dvd.iso
  2. Back up the properties file /etc/yum.repos.d/rhel-source.repo.
    cp /etc/yum.repos.d/rhel-source.repo /etc/yum.repos.d/rhel-source.repo.bak
  3. Edit the following properties in /etc/yum.repos.d/rhel-source.repo.
    baseurl=file:///mnt/cdrom/Server 
    enabled=1 
    gpgcheck=0
  4. Install the packages.
    yum install glibc.i686 
    yum install gtk2.i686 
    yum install PackageKit-gtk-module.i686 
    yum install libcanberra-gtk2.i686 
    yum install gtk2-engines.i686
    yum install eclipse-swt* 
    yum install libstdc++.so.5
  5. On AIX change the maximum allowable size of the ARG/ENV list. If you do not make this change, TIBCO Host instances cannot start. Open a terminal window and run the following command. chdev -l sys0 -a ncargs=16