PHP-GTK installation Errors on OpenSUSE


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

Technorati Tags: , , ,

Related Posts

, , ,

Android Apple Blog Books browser Browser Security Development Facebook Firefox Google Google Earth GZIP HOSTNAME IFCONFIG Internet Explorer Linux Linux Man Pages Mac Microsoft Mobile Mozilla Novell OpenOffice OpenSource Open Source OpenSUSE OpenSUSE 11.1 PHP Programming Search Security SENDMAIL SEO Social Networking Sun Suse Linux tail Ubuntu usermod Virtualization Windows Windows 7 Wordpress Yahoo Zypper
  1. No comments yet.
(will not be published)
  1. No trackbacks yet.