Hi !

I have sun sparc station 20 on a Solaris 2.6
and I installed the GNUautomake.1.4,
GNUgcc.2.95.2 and GNUmake.3.78.1.

The apache version is 1.3.19
and php version is 4.0.4pl1.

And I get the following error message trying to execute make:
-----------------------
ake[3]: Entering directory
`/usr/local/src/webserver/php-4.0.4pl1/ext/sockets'
gcc  -I. -I/usr/local/src/webserver/php-4.0.4pl1/ext/sockets -I/usr/local/sr
c/we
bserver/php-4.0.4pl1/main -I/usr/local/src/webserver/php-4.0.4pl1 -I/usr/loc
al/s
rc/webserver/apache_1.3.19/src/include -I/usr/local/src/webserver/apache_1.3
.19/
src/os/unix -I/usr/local/src/webserver/php-4.0.4pl1/Zend -I/usr/local/src/we
bser
ver/php-4.0.4pl1/ext/mysql/libmysql -I/oracle/product/806/rdbms/demo -I/orac
le/p
roduct/806/network/public -I/usr/local/src/webserver/php-4.0.4pl1/ext/xml/ex
pat/
xmltok -I/usr/local/src/webserver/php-4.0.4pl1/ext/xml/expat/xmlparse -I/usr
/loc
al/src/webserver/php-4.0.4pl1/TSRM  -D_POSIX_PTHREAD_SEMANTICS -DXML_BYTE_OR
DER=
21 -g -O2  -c sockets.c && touch sockets.lo
sockets.c: In function `php_if_recvmsg':
sockets.c:1722: warning: assignment from incompatible pointer type
sockets.c:1728: structure has no member named `msg_control'
sockets.c:1729: structure has no member named `msg_controllen'
sockets.c:1731: structure has no member named `msg_control'
sockets.c:1732: structure has no member named `msg_controllen'
sockets.c:1735: structure has no member named `msg_flags'
sockets.c:1741: structure has no member named `msg_control'
sockets.c:1750: warning: passing arg 3 of `add_assoc_string' makes pointer
from
integer without a cast
sockets.c:1754: structure has no member named `msg_controllen'
sockets.c:1755: structure has no member named `msg_flags'
sockets.c:1781: warning: assignment from incompatible pointer type
sockets.c:1787: structure has no member named `msg_control'
sockets.c:1788: structure has no member named `msg_controllen'
sockets.c:1790: structure has no member named `msg_control'
sockets.c:1791: structure has no member named `msg_controllen'
sockets.c:1794: structure has no member named `msg_flags'
sockets.c:1800: structure has no member named `msg_control'
sockets.c:1810: warning: passing arg 3 of `add_assoc_string' makes pointer
from
integer without a cast
sockets.c:1812: structure has no member named `msg_controllen'
sockets.c:1814: structure has no member named `msg_flags'
sockets.c: In function `php_if_sendmsg':
sockets.c:1861: warning: assignment from incompatible pointer type
sockets.c:1885: warning: assignment from incompatible pointer type
sockets.c: In function `php_if_getsockopt':
sockets.c:1930: warning: passing arg 4 of `getsockopt' from incompatible
pointer
 type
sockets.c:1947: warning: passing arg 4 of `getsockopt' from incompatible
pointer
 type
sockets.c: In function `php_if_setsockopt':
sockets.c:2002: warning: passing arg 4 of `setsockopt' from incompatible
pointer
 type
sockets.c:2009: warning: passing arg 4 of `setsockopt' from incompatible
pointer
 type
make[3]: *** [sockets.lo] Error 1
make[3]: Leaving directory
`/usr/local/src/webserver/php-4.0.4pl1/ext/sockets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/src/webserver/php-4.0.4pl1/ext/sockets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/webserver/php-4.0.4pl1/ext'
make: *** [all-recursive] Error 1

----------------------------
How can I solve this problem??




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to