On Wed, 10 Dec 2003, Arthur Moore wrote: > Don't give up on php to quickly... > > http://gtk.php.net/
k, well, I searched high and low for an RPM, but the only php-gtk-1.0 rpm I found was for Mandrake. Bah, who cares, I'm running Red Hat 9, it'll work, right? So I install it ... so my php-gtk "hello world" gives me this: Unable to load dynamic library '/usr/lib/php4/php_gtk.so' Turns out the RPM put the .so in a different location, so no problem, I simlink it to the proper place, voila! segfault. D'oh! Ok, so let's download the php-gtk source ... hm. Gives me an error about 'phpize' ... quick Google search later, it reveals I need php-devel. Apt becomes my friend, php-devel is now installed. Let's try the buildconf script again ... woohoo! It works. Now for ./configure ... [yada yada]... checking for gawk... gawk checking for PHP executable in /usr/bin... found ./configure: line 2606: syntax error near unexpected token `debug,' ./configure: line 2606: `PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols,' A quick Google search later ... nothing helpful. *sigh* Do I give up? Or any help from the Gurus? (PHP gtk sure sounds /friendly/, though!) ~ross -- This sentence would be seven words long if it were six words shorter. ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
