Sr. Web Developer
mediabistro.com
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

Installing PHP-GTK on Linux
Installing the PHP binary
Once you have the source on your drive and decompressed, you'll need to run the PHP configure script. To keep things simple, this first time around, I'll use a very basic config. cd into your PHP source directory and run:
./configure --with-mysql --with-gettext
and then:
make
make install
And you should be all set to run PHP via command line.
Installing PHP-Gtk
Once you have PHP installed, it's time to move on to PHP-Gtk. This is the part that can sometimes be a bit tricky. If you run into a roadblock, I recommend just starting over and be sure to include all the steps. I once spent hours trying to track down an issue and it turned out that I had forgotten to run buildconf beforehand. Provided all the planets are aligned, the install should be very simple if you follow all the steps below.
cd into your PHP-Gtk directory and run:
./buildconf
If you see feedback saying you should run aclocal then, you guessed it, run aclocal:
aclocal
now:
./configure
and finally:
make
make install
This should take care of the basic PHP-Gtk functionality and the normal PHP functions.
[ Next Page ]

[Page 1]  [Page 2]  


Comments:
setup php on linuxdevendra12/19/05 02:54
PHP GTK Install Problemsep.05/09/05 13:48
Best configureepplestun04/03/03 02:10
Best configurationepplestun04/03/03 01:45
 

If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.