Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/05/2007, 11:53
PERCYWOEDS
 
Fecha de Ingreso: mayo-2007
Mensajes: 1
Antigüedad: 17 años
Puntos: 0
Instalacion En Php

TENGO UN PROBLEMA CON LA INSTALACION DE PHP cuando trato de compilar el php me sale el siguiente error como lo puedo solucionar?


[root@localhost ~]# cd php-5.0.0/
[root@localhost php-5.0.0]# make
/bin/sh /root/php-5.0.0/libtool --silent --preserve-dup-deps --mode=compile gcc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/root/php-5.0.0/ext/pcre/pcrelib -Iext/pcre/ -I/root/php-5.0.0/ext/pcre/ -DPHP_ATOM_INC -I/root/php-5.0.0/include -I/root/php-5.0.0/main -I/root/php-5.0.0 -I/root/php-5.0.0/Zend -I/usr/include/libxml2 -I/root/php-5.0.0/TSRM -g -O2 -prefer-pic -c /root/php-5.0.0/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo In file included from /root/php-5.0.0/Zend/zend_API.h:26,
from /root/php-5.0.0/main/php.h:38,
from /root/php-5.0.0/ext/pcre/php_pcre.c:25:
/root/php-5.0.0/Zend/zend_modules.h:34: error: array type has incomplete element type
/root/php-5.0.0/Zend/zend_modules.h:35: error: array type has incomplete element type
/root/php-5.0.0/Zend/zend_modules.h:36: error: array type has incomplete element type
/root/php-5.0.0/Zend/zend_modules.h:37: error: array type has incomplete element type
/root/php-5.0.0/Zend/zend_modules.h:38: error: array type has incomplete element type
make: *** [ext/pcre/php_pcre.lo] Error 1 [root@localhost php-5.0.0]#