[PHP-DEV] PHP 4.0 Bug #8468 Updated: sockets.c compile failure From: sniper <email protected>
Date: 12/28/00

ID: 8468
Updated by: sniper
Reported By: jon <email protected>
Status: Open
Old-Bug Type: Compile Failure
Bug Type: Sockets related
Assigned To:
Comments:

Previous Comments:
---------------------------------------------------------------------------

[2000-12-28 19:36:58] jon <email protected>
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

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8468

-- 
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>