PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK+. It provides an object-oriented interface to GTK+ classes and functions and greatly simplifies writing client-side cross-platform GUI applications.
While installing PHP-GTK under Linux, you need to have some libraries, extensions installed or it may cause the following errors.
Error: command make: not found
- OpenSUSE fix $ sudo zypper in make
- Ubuntu fix $ sudo apt-get make
Error: phpize not found
- OpenSUSE fix $ sudo zypper in php5-devel
- Ubuntu fix $ sudo apt-get php5-devel
Error: buildconf not Found
- OpenSUSE fix $ sudo zypper in buildconf
- Ubuntu fix $ sudo apt-get buildconf




