PDA

View Full Version : [ubuntu] How do I install php-gtk 2.0.1 in ubuntu



Felipe Panegalli
May 23rd, 2012, 07:29 PM
Hello, my english is poor sorry... How do I install php-gtk2.0.1 in ubuntu 12.04?

thks

roelforg
May 23rd, 2012, 07:32 PM
I think it involves recompiling php...


sudo apt-get build-dep php5

installs all the build dependencies you need for it (this'll save you a lot of time).

Felipe Panegalli
May 23rd, 2012, 07:53 PM
It did not work, gives the error class php-gtk, the problem is that I can not install php-gtk.

roelforg
May 23rd, 2012, 07:58 PM
It did not work, gives the error class php-gtk, the problem is that I can not install php-gtk.

That is because you need a recompiled php with the right opts before you can build php-gtk.
It's all on their website.