wct.sh not starting during installation

wct.sh not starting during installation of IBM HTTP Server v8.5. We are trying to use WebSphere Customization Toolbox to configure IBM HTTP Server with WebSphere Application Server v8.5 on Linux Operating System.

While we are trying to invoke wct.sh file, it is not starting up or it is not showing any result of invocation. It moves out of command and gives the prompt again. Tried to check if there are any messages related to WebSphere Customization Toolbox product in /var/log/messages file but didn’t find any.

After quickly searching on internet, I could find below solution to resolve the issue.

1. Make sure that below packages are installed on Linux Operating system,

yum install gtk2-engines.i686
yum install libXtst.i686

2. Make sure that you are on root user or a User having sudo privileges to execute the command.

3. Make sure that the folder structure is having permissions to execute the file.

If you are on WebSphere Application Server v8.0, there was a fix provided in v8.0.0.2. Check the same from here.