Rodrigo Barbosa escreveu:
Problem
Get this error when trying to load PHP-GTK files:
undefined symbol: gtk_shpaned_new
Solution
Delete the source directory (make clean does not seem to work properly) and extract it again. Edit the file /main/php_gtk_ext.c.in in any text editor and add the line:
#include "ext/spaned/gtkshpaned.c"
Now recompile as usual.
funcionou, obrigado!
voce (ou alguem) sabe onde acho os pacotes do php-gtk2 pre-compilados pro CentOS4?
!3runo