Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 9571 invoked from network); 24 Mar 2004 23:24:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Mar 2004 23:24:18 -0000 Received: (qmail 97683 invoked by uid 500); 24 Mar 2004 23:24:06 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 97652 invoked by uid 500); 24 Mar 2004 23:24:05 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 97635 invoked from network); 24 Mar 2004 23:24:05 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 24 Mar 2004 23:24:05 -0000 Received: (qmail 14007 invoked by uid 50); 24 Mar 2004 23:24:45 -0000 Date: 24 Mar 2004 23:24:45 -0000 Message-ID: <20040324232445.14006.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 27926] New: - msg_control structure is not found when compiling perchild on solaris X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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