pour installer SCA_SDO du dépot PECL a travers l'outil PEAR avec prise en charge des dépendances
étapes auto suivantes : -> download du .tgz : ok -> phpize : ok -> ./configure : la j'ai une erreur :
Citation :
/tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: syntax error near unexpected token `SDO_SHARED_LIBADD,' /tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: `PHP_SETUP_LIBXML(SDO_SHARED_LIBADD, ,'
log complet :
Citation :
downloading SCA_SDO-1.2.4.tgz ... Starting to download SCA_SDO-1.2.4.tgz (576,531 bytes) ...........................................................................................done: 576,531 bytes 194 source files, building running: phpize Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20050606 building in /var/tmp/pear-build-root/SCA_SDO-1.2.4 running: /tmp/pear/cache/SCA_SDO-1.2.4/configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/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 for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20020429 checking for re2c... exit 0; checking for gawk... gawk checking whether to enable SDO support... yes, shared /tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: syntax error near unexpected token `SDO_SHARED_LIBADD,' /tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: `PHP_SETUP_LIBXML(SDO_SHARED_LIBADD, ,' ERROR: `/tmp/pear/cache/SCA_SDO-1.2.4/configure' failed
je comprend pas ce qu'est cette erreur quelqu'un peut m'expliquer ?
Marsh Posté le 08-08-2008 à 12:48:24
bonjour
j'essaie d'installer la lib PECL 'SCA_SDO' .
config serveur:
- extension libxml2
- Apache2
- Linux Suse
- PHP5.2.x
donc je lance la commande
pear install --alldeps pecl/SCA_SDO
pour installer SCA_SDO du dépot PECL a travers l'outil PEAR
avec prise en charge des dépendances
étapes auto suivantes :
-> download du .tgz : ok
-> phpize : ok
-> ./configure : la j'ai une erreur :
/tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: syntax error near unexpected token `SDO_SHARED_LIBADD,'
/tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: `PHP_SETUP_LIBXML(SDO_SHARED_LIBADD, ,'
log complet :
downloading SCA_SDO-1.2.4.tgz ...
Starting to download SCA_SDO-1.2.4.tgz (576,531 bytes)
...........................................................................................done: 576,531 bytes
194 source files, building
running: phpize
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
building in /var/tmp/pear-build-root/SCA_SDO-1.2.4
running: /tmp/pear/cache/SCA_SDO-1.2.4/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/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 for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20020429
checking for re2c... exit 0;
checking for gawk... gawk
checking whether to enable SDO support... yes, shared
/tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: syntax error near unexpected token `SDO_SHARED_LIBADD,'
/tmp/pear/cache/SCA_SDO-1.2.4/configure: line 3833: `PHP_SETUP_LIBXML(SDO_SHARED_LIBADD, ,'
ERROR: `/tmp/pear/cache/SCA_SDO-1.2.4/configure' failed
je comprend pas ce qu'est cette erreur
quelqu'un peut m'expliquer ?
merci