Date: 12/28/00
- Next message: Stig Venaas: "Re: [PHP-DEV] array_diff() failures"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] array_diff() failures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: jon <email protected>
Operating system: Solaris 8
PHP version: 4.0.4
PHP Bug Type: Compile Failure
Bug description: sockets.c compile failure
Build environment:
Solaris 8
WorkShop Compilers 5.0 98/12/15 C 5.0
PHP 4.0.4
configure invocation:
./configure \
--with-apxs=/web/servers/apache/sbin/apxs \
--with-config-file-path=/web/servers/apache/conf \
--with-db3=/usr/local \
--enable-ftp \
--with-imap=../imap-2000a \
--with-mysql \
--with-pgsql \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--with-zlib \
--enable-xml \
--enable-yp
Compiler errors:
"sockets.c", line 1728: undefined struct/union member: msg_control
"sockets.c", line 1728: warning: improper pointer/integer combination: op "="
"sockets.c", line 1729: undefined struct/union member: msg_controllen
"sockets.c", line 1731: undefined struct/union member: msg_control
"sockets.c", line 1732: undefined struct/union member: msg_controllen
"sockets.c", line 1735: undefined struct/union member: msg_flags
"sockets.c", line 1741: undefined struct/union member: msg_control
"sockets.c", line 1750: warning: improper pointer/integer combination: arg #3
"sockets.c", line 1754: undefined struct/union member: msg_controllen
"sockets.c", line 1755: improper member use: msg_flags
"sockets.c", line 1787: undefined struct/union member: msg_control
"sockets.c", line 1787: warning: improper pointer/integer combination: op "="
"sockets.c", line 1788: undefined struct/union member: msg_controllen
"sockets.c", line 1790: undefined struct/union member: msg_control
"sockets.c", line 1791: undefined struct/union member: msg_controllen
"sockets.c", line 1794: undefined struct/union member: msg_flags
"sockets.c", line 1800: undefined struct/union member: msg_control
"sockets.c", line 1810: warning: improper pointer/integer combination: arg #3
"sockets.c", line 1812: undefined struct/union member: msg_controllen
"sockets.c", line 1814: improper member use: msg_flags
cc: acomp failed for sockets.c
-- Edit Bug report at: http://bugs.php.net/?id=8468&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Stig Venaas: "Re: [PHP-DEV] array_diff() failures"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] array_diff() failures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

