Pages : 1
#1 Le 11/04/2008, à 10:09
- splach
Installation PHP-GTK2
Bonjour,
J'essaie d'installer PHP-GTK2 sous Gutsy.
Je suis les instructions du fichier d'INSTALL
mais ./configure me ressors l'erreur suivante
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20060613+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for PHP-GTK support... yes, shared
checking for PHP executable in /usr/bin... found version 5.2.3-1ubuntu6.3
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/mcrypt.so, libxslt.so' - /usr/lib/php5/20060613+lfs/mcrypt.so, libxslt.so: cannot open shared object file: No such file or directory in Unknown on line 0
checking for gawk... (cached) gawk
checking whether to include debugging symbols... no
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.6.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: PHP-GTK 2.x requires GLib 2.6.0 or higher
Quelqu'un a t'il une idée? merci d'avance
Mon blog Ubuntu les jours
Hors ligne
#2 Le 11/04/2008, à 16:49
- rniamo
Re : Installation PHP-GTK2
t'as quel version de la GLib ?
< Quelques un des mes programmes | Cuisine Facile (pour les gourmands) | Fast MVC for PHP >
\ ^__^
\ (o o)\_______
(___)\ )\
Hors ligne
#3 Le 10/07/2008, à 15:08
- AdrienOblady
Re : Installation PHP-GTK2
Salut, je poste parceque j'ai eu le méme probléme et j'ai réussis à installer php-gtk2 finalement.
Donc pour moi, j'ai eu à compiler glib-2.16.2 direct à partir du tarball, puis faire un ldconfig et aprés ca (et une installation de gtk2) j'ai pus lancer la compilation de php-gtk!
J'espére que ce messages serat trouver par ceux qui galére sur cette install, je précise tout de méme que je ne suis pas sur Ubuntu mais sur Debian...
Pages : 1