So, if you are installing WebSphere Express 8.0, you need to install IBM Installation Manager (IIM) first.
Now, the thing is, if you are installing IIM on Linux 64bit, it will not work immediately.
The reason is that IIM is 32bit and thus requires 32bit libraries which is not installed by default.
You need to install the following:
[root@localhost]# yum install gtk2.i686
[root@localhost]# yum install libXtst.i686If you received the the missing libstdc++ message above, install the libstdc++ library:
[root@localhost]# yum install
compat-libstdc++For more details, see this link:click hereSee this too : click hereFor other platforms : click hereAlso, the logs are in the configuration subdirectory (if you want to see the errors during installation).*phew*
No comments:
Post a Comment