PHP-GTK install problem
Posted: Mon Aug 12, 2013 7:30 am
Not sure of this is the correct forum - PHP-GTK may not be considered a framework but here goes....
I have been following the install instructions for Mac here: http://gtk.php.net/manual/en/tutorials. ... macosx.php
I get an error when running buildconf:
[text]20:05:35 $ ./buildconf --with-phpize=/usr/bin/phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
rebuilding aclocal.m4
rebuilding configure
make[1]: autoconf: No such file or directory
make[1]: *** [configure] Error 1
make: *** [all] Error 2[/text]
Is autoconf created during buildconf or am I missing something? How do I fix this?
Alternatively, I need to distribute a small stand-alone gui php app to some club members. Is there a better alternative to PHP-GTK? I have only used PHP in LAMP.
Thanks
I have been following the install instructions for Mac here: http://gtk.php.net/manual/en/tutorials. ... macosx.php
I get an error when running buildconf:
[text]20:05:35 $ ./buildconf --with-phpize=/usr/bin/phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
rebuilding aclocal.m4
rebuilding configure
make[1]: autoconf: No such file or directory
make[1]: *** [configure] Error 1
make: *** [all] Error 2[/text]
Is autoconf created during buildconf or am I missing something? How do I fix this?
Alternatively, I need to distribute a small stand-alone gui php app to some club members. Is there a better alternative to PHP-GTK? I have only used PHP in LAMP.
Thanks