Originally posted by: CHARIN_KUMJUDPAI
Hi Expert,
I have a Bank customer, They getting a problem while execute the "IBMBIM" IBM installation manager for Websphere.
My work around by added LIBPATH for "wasadm" user in .profile.
export LIBPATH=/opt/freeware/lib:/opt/freeware/lib64:$LIBPATH
Then re-login and ran command.
[wasadm@cf1ts804 /WebSphere/IBM/InstallationManager/eclipse]#./IBMIM
Unhandled exception
Type=Segmentation error vmState=0x00040000
J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
Handler1=F14BE4D4 Handler2=F14B77D4
My research in Google found the similar errors message.
- Required gtk libraries for IBM Installation Manager on AIX
http://www-01.ibm.com/support/docview.wss?uid=swg21631478
- IBMIM Installation Manager Segmentation Fault on AIX 7.1
https://developer.ibm.com/answers/questions/292850/ibmim-installation-manager-segmentation-fault-on-a/
Then tried install GTK2 on AIX via "root" user (without YUM command and package installed).
by following steps (Reference in URL: https://www.technoleros.com/required-gtk-libraries-for-ibm-installation-manager-1-7-2-on-aix/)
in "Resolving the problem" section.
To install the RPM versions specified above take the following steps:
-
Download the latest version of the gtk2_bundle_<version>.tar package containing all the RPMs and the install script to a new directory.
-
Decompress the tar file. You can use the command
tar -xvf gtk2_bundle_<version>.tar to decompress the file.
-
Open the decompressed directory gtk2_bundle_<version> and run the install.sh script.
The script will check if the required RPMs are installed at the compatible level. If they are not, the script will prompt to install the compatible versions.
-
Verify the environment variable LIBPATH contains a path to the installed libraries.
For example LIBPATH=/opt/freeware/lib/
Here is the error while performed step number 3 above.
./install.sh
This installer assumes that rpm fileset is working in the system. If not, please install it from AIX toolbox.
Package which will be DELETED from the system is:
libX11
Packages which will be INSTALLED/UPDATED are given below with version number:
atk-2.20.0-3 glib2-2.56.1-2 libffi-3.2.1-2 lzo-2.10-1 bash-4.4-3 gmp-6.1.2-1 libgcc-6.3.0-1 mpfr-3.1.2-3 cairo-1.14.6-2 gtk2-2.24.30-2 libjpeg-6b-7 ncurses-6.1-1
expat-2.2.4-1 harfbuzz-1.2.7-2 libmpc-1.0.3-1 pango-1.40.1-2 fontconfig-2.11.95-3 info-6.3-1 libstdcplusplus-6.3.0-1 shared-mime-info-1.6-2 freetype2-2.8-1 libpng-1.6.27-2 pixman-0.34.0-1
gdk-pixbuf-2.35.1-2 libXft-2.3.2-4 libtiff-3.8.2-1 xz-libs-5.2.3-1 gettext-0.19.8.1-1 libXrender-0.9.8-2 libxml2-2.9.5 zlib-1.2.11
If any of the above packages are already installed, it will be removed and reinstall from the bundle.
Do you want the installer to continue ? (press 'n/N' to exit)
Removing Package libX11
Preparing...
## Binary "bash" is avaible in 32bit and 64bit ##
The default used is 64bit
If 32bit is needed, please change symbolic link
for "bash" in /bin directory
To do that type:
# rm -f /bin/bash
# ln -sf /opt/freeware/bin/bash_32 /bin/bash
<< Deletion some line till throws errors>>>
================ncurses DONE==================
Lower Version for package: gettext is installed: 0.10.40.6, may be uncompatible. Upgrading....
exec(): 0509-036 Cannot load program /usr/opt/freeware/bin/rpm because of the following errors:
0509-150 Dependent module libintl.a(libintl.so.8) could not be loaded.
0509-022 Cannot load module libintl.a(libintl.so.8).
0509-026 System error: A file or directory in the path name does not exist.
rpm_share: 0645-007 ATTENTION: get_rpm_inst_root_list() returned an unexpected result.
rpm_share: 0645-007 ATTENTION: update_inst_root() returned an unexpected result.
NOTE: Please see the full putty session error log in file attached.
Please advice for:
1. Is it the installation was success full or not?
2. How to fix these error message.
exec(): 0509-036 Cannot load program /usr/opt/freeware/bin/rpm because of the following errors:
0509-150 Dependent module libintl.a(libintl.so.8) could not be loaded.
0509-022 Cannot load module libintl.a(libintl.so.8).
Thanks.
Charin Kumjudpai.
#AIXOpenSource#AIX-Open-Source-Software