faqts : Computers : Programming : Languages : PHP : Function Libraries : Network

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

14 of 23 people (61%) answered Yes
Recently 4 of 10 people (40%) answered Yes

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?