Собираю, PHP и . . .

iii

Guest
Собираю, PHP и . . .

PHP 4.0.6, Linux 2.0.x, Libc 5,6
Конфигурю:
"./configure" \
"--with-oci8=/oracle/app/oracle/product/8.0.5" \
"--enable-sigchild" \
"--with-apxs=/usr/sbin/apxs" \
"--with-mod_charset" \
"--sysconfdir=/etc/php4" \
"--prefix=/usr" \
"--exec-prefix=/usr" \
"--localstatedir=/var" \
"--with-config-file-path=/etc/php4" \
Без проблем. В Итоге получаю:

/bin/sh /usr/src/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/usr/src/p
hp-4.0.6/main -I/usr/src/php-4.0.6/main -I/usr/src/php-4.0.6 -I/usr/src/php-4.0.
6/Zend -I/usr/src/php-4.0.6/ext/mysql/libmysql -I/oracle/app/oracle/product/8.0.
5/rdbms/demo -I/oracle/app/oracle/product/8.0.5/network/public -I/oracle/app/ora
cle/product/8.0.5/plsql/public -I/usr/src/php-4.0.6/ext/xml/expat/xmltok -I/usr/
src/php-4.0.6/ext/xml/expat/xmlparse -I/usr/src/php-4.0.6/TSRM -DLINUX=22 -DRUS
SIAN_APACHE -DMOD_SSL=208104 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DSUPPORT_UTF8 -DX
ML_BYTE_ORDER=12 -g -O2 -c network.c
network.c: In function `php_network_getaddresses':
network.c:147: sizeof applied to an incomplete type
network.c:148: dereferencing pointer to incomplete type
network.c:149: dereferencing pointer to incomplete type
network.c: In function `php_hostconnect':
network.c:295: dereferencing pointer to incomplete type
network.c:296: dereferencing pointer to incomplete type
network.c:298: dereferencing pointer to incomplete type
make[2]: *** [network.lo] Error 1
make[2]: Leaving directory `/usr/src/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.0.6/main'
make: *** [all-recursive] Error 1
Кто-нибудь с такой ерундой встречался?
 
Сверху