I am using a Windows Vista x64 system, and get an error when trying to configure PHP for debugging. Is there are fix for this?
This problem is because Komodo is installed to the path
C:\Program Files (x86)\
on Windows Vista x64, and php.ini will not allow paths with parnthese characters in it. There are two possible workarounds:
1. Run the debugger configuration wizard and specify that Komodo's php.ini and php_xdebug.dll should both be placed on a safe path, preferably something like:
C:\php5.2\xdebug\
2. optionally reinstall Komodo to C:\Program Files\ instead.
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]