Troubleshooting
Problem
You install IBM Packaging Utility on a Linux x86 64-bit computer. You cannot start Packaging Utility. The version of Packaging Utility that you are using requires 32-bit library support when you install with a 64-bit version of IBM Installation Manager.
Symptom
Different symptoms occur depending on the version of Linux and shells that you use.
- No feedback when you start Packaging Utility.
$ cd /opt/IBM/PackgingUtility
$ ./IBMPU
$- You receive the message: "no such file or directory"
$ ./IBMPU
bash ./IBMPU no such file or directory
$- You receive the message: "bad ELF interpreter"
$./IBMPU
./IBMPU bash: ./install: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory- Check if Packaging Utility is 32-bit
file command to identify a 32-bit executable:
$ file ./IBMPU
./IBMPU: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped- Test the 32-bit Java Runtime Environment (JRE)
jre folder and executing the java command with the -version parameter. Similar results as executing the ./IBMPU are shown:$ cd /opt/IBM/PackgingUtility/jre/bin
$ ./java
bash: ./java no such file or directory
$ file ./java
./java: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not strippedCause
The required 32-bit libraries are not installed on the computer.
Resolving The Problem
To work around this issue, take one of the following actions:
- Install a new instance of Packaging Utility version 1.6 and select the 64-bit package group.
- Install the 32-bit libraries that are required to support a 32-bit program
The same techniques for resolving the Installation Manager issues also apply to the Packaging Utility, see Technote #1438776 Issues starting or running Installation Manager.
Related Information
[{"Product":{"code":"SSDV2W","label":"IBM Installation Manager"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"IBM Packaging Utility","Platform":[{"code":"PF016","label":"Linux"}],"Version":"1.5;1.5.1;1.5.2;1.5.0.1;1.5.3;1.6","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]
Was this topic helpful?
Document Information
Modified date:
25 October 2021
UID
swg21609350