



How to install and run Komodo 4 on Ubuntu Linux x86_64
The complete solution for installing and running Komodo4 with the 64-bit Ubuntu build is this:
sudo apt-get install libc6-i386 ia32-libs ia32-libs-gtk
Works fine after that.
NOTE: Installing just libc6-i386 lets the install script perform the installation. But running the program generates this error message:
error while loading shared libraries: libgtk-x11-2.0.so.0
Installing the other two packages (ia32-libs and ia32-libs-gtk) fixes that part.
[from bug 67932]