DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27926>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27926
msg_control structure is not found when compiling perchild on solaris
Summary: msg_control structure is not found when compiling
perchild on solaris
Product: Apache httpd-2.0
Version: 2.0.49
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: Normal
Priority: Other
Component: perchild
AssignedTo: bugs@httpd.apache.org
ReportedBy: delaitt@wmin.ac.uk
/rhino_local/www/internet/src/httpd-2.0.49/srclib/apr/libtool --silent --
mode=compile gcc -g -O2 -pthreads -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -
D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -
I/rhino_local/www/internet/src/httpd-2.0.49/srclib/apr/include -
I/rhino_local/www/internet/src/httpd-2.0.49/srclib/apr-util/include -
I/usr/local/include -I/rhino_local/www/internet/src/httpd-2.0.49/srclib/apr-
util/xml/expat/lib -I. -I/rhino_local/www/internet/src/httpd-2.0.49/os/unix -
I/rhino_local/www/internet/src/httpd-2.0.49/server/mpm/experimental/perchild -
I/rhino_local/www/internet/src/httpd-2.0.49/modules/http -
I/rhino_local/www/internet/src/httpd-2.0.49/modules/filters -
I/rhino_local/www/internet/src/httpd-2.0.49/modules/proxy -
I/rhino_local/www/internet/src/httpd-2.0.49/include -
I/rhino_local/www/internet/src/httpd-2.0.49/modules/generators -
I/rhino_local/www/internet/src/httpd-2.0.49/modules/dav/main -prefer-non-pic -
static -c perchild.c && touch perchild.lo
perchild.c: In function `receive_from_other_child':
perchild.c:606: structure has no member named `msg_control'
perchild.c:607: structure has no member named `msg_controllen'
perchild.c:611: warning: passing arg 2 of `memcpy' makes pointer from integer
without a cast
perchild.c: In function `pass_request':
perchild.c:1609: warning: passing arg 1 of `memcpy' makes pointer from integer
without a cast
perchild.c:1611: structure has no member named `msg_control'
perchild.c:1612: structure has no member named `msg_controllen'
*** Error code 1
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|