Hi,
On 08.08.2013 15:37, KAs Coenen wrote: You have two choices: - remove --enable-sockets - leave --enable-sockets, but after running configure, add to Makefile custom CFLAGS, like: CFLAGS_SOCKETS = -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED then find the following lines: ext/sockets/sockets.lo: /home/emz/src/php-5.5.1/ext/sockets/sockets.c [...] ext/sockets/multicast.lo: /home/emz/src/php-5.5.1/ext/sockets/multicast.c [...] ext/sockets/conversions.lo: /home/emz/src/php-5.5.1/ext/sockets/conversions.c [...] ext/sockets/sockaddr_conv.lo: /home/emz/src/php-5.5.1/ext/sockets/sockaddr_conv.c [...] ext/sockets/sendrecvmsg.lo: /home/emz/src/php-5.5.1/ext/sockets/sendrecvmsg.c [...] and add this $(CFLAGS_SOCKETS) variable to lines that I referenced with [...], somewhere in the middle, between other flags. But actually this is a Solaris10-specific bug, and it should be reported. Hope this will help. Eugene. |
- Follow-Ups:
- References:
- installing php 5.5.1 on to solaris 10 results in error during make
- From: KAs Coenen
- installing php 5.5.1 on to solaris 10 results in error during make
- Prev by Date: installing php 5.5.1 on to solaris 10 results in error during make
- Next by Date: RE: installing php 5.5.1 on to solaris 10 results in error during make
- Previous by thread: installing php 5.5.1 on to solaris 10 results in error during make
- Next by thread: RE: installing php 5.5.1 on to solaris 10 results in error during make
- Index(es):