IBM Installation Manager RHEL 4 64bit

I'm currently installing Jazz CALM solution on CentOS 4 64bit (equivalent to RHEL 4 64bit). I got stuck when installing both Rational Quality Manager (RQM) and Rational Requirements Composer (RRC). Both need to be installed via IBM Installation Manager. RRC installation package includes IBM Installation Manager, whereas RQM doesn't.

To install IBM Installation manager on 64bit RHEL 4 you first need to install these:

yum install gtk2.i386 libgcc.i386

I first installed libgcc.i386 only to get rid of the error message

libgcc_s.so.1 must be installed for pthread_cancel to work

After this, there was no error message, but the installer returned exit code 13 (which I haven't found documented anywhere). Installing 32bit gtk library solved the problem.

The IBM Installation Manager itself can be downloaded from ftp://public.dhe.ibm.com/…alsdp/v7/im/

I hope this helps somebody save some time of desperate googling for solution…

2 Responses to “IBM Installation Manager RHEL 4 64bit”

  1. Graham Pooler says:

    The Installation Manager install programme simply exited after a few seconds with no output. I noticed that gtk2.i386 was not installed, installed it and ./install now works. Many thanks for the tip.

  2. Nico de Wet says:

    On Fedora 16, running # ./install when using IBM Installation Manager also yielded no reponse.

    Then noticed that I'm actually getting an exit code 13 as well:

    # ./install
    # echo $?
    13

    And so, what you'll need to to do to remedy the problem is to install the specified packages but note its i686 and not i386:

    # yum install gtk2.i686
    # yum install libgcc.i686

Leave a Reply