ActiveState Community

amd64

PHP configuration fails on Windows Vista x64

OS: All / Any | Product: Komodo | tags: amd64 komodo vista windows x64
Question: 

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?

Answer: 

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.

Komodo 4 on Ubuntu/x86_64

OS: Debian / Ubuntu | Product: Komodo | tags: 4.0 amd64 install komodo linux ubuntu
Question: 

How to install and run Komodo 4 on Ubuntu Linux x86_64

Answer: 

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]