Hello
I try to compile PHP4 on IRIX 6.5
I get errors :
"fopen-wrappers.c", line 472: error(1020): identifier "SOCK_STREAM" is
undefined
*socketd = php_hostconnect(resource->host, resource->port,
SOCK_STREAM, 0);
^
"fopen-wrappers.c", line 628: error(1020): identifier "SOCK_STREAM" is
undefined
*socketd = php_hostconnect(resource->host, resource->port,
SOCK_STREAM, 0);
^
2 errors detected in the compilation of "fopen-wrappers.c".
I configured php like :
./configure --with-mysql=/usr/freeware
--with-apxs=/var/www/apache/bin/apxs
I tried to add --disable-url-fopen-wrapper but it does not work either.
Thanks
--
François