Entry
Compile socket modle In Solaris8
Compile socket modle In Solaris8
Compile socket modle In Solaris8
Dec 6th, 2001 04:50
lhz bigbug,
When I Compile socket modle In Solaris8
./configure --prefix=/opt/soft/php4 --with-apache=../apache_1.3.14
......
--with-xml --with-tiff-dir --with-ttf --enable-ftp --enable-sockets \
--enable-track-vars
The Error Message:
sockets.c: In function `php_if_recvmsg':
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'
......
Who can tell me how to deal with it?