domingo, 10 de maio de 2009

Install Websphere Integration Developer on Ubuntu jaunty

To install the embedded WPS/WESB it's necessary to change the sh link from dash to bash:

sudo unlink /bin/sh
sudo ln -s /bin/bash /bin/sh

After installation return the sh link to dash to have a faster boot:

sudo unlink /bin/sh
sudo link -s /bin/dash /bin/sh

To begin installation use the install program under the IM_LINUX directory of disk1 not the launchpad shell on root directory.

Nenhum comentário: