From bugs-return-15926-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Tue Nov 02 21:45:32 2004 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 7342 invoked from network); 2 Nov 2004 21:45:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Nov 2004 21:45:31 -0000 Received: (qmail 51221 invoked by uid 500); 2 Nov 2004 21:45:30 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 51175 invoked by uid 500); 2 Nov 2004 21:45:30 -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 51159 invoked by uid 99); 2 Nov 2004 21:45:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 02 Nov 2004 13:45:29 -0800 Received: (qmail 28153 invoked by uid 50); 2 Nov 2004 21:45:28 -0000 Date: 2 Nov 2004 21:45:28 -0000 Message-ID: <20041102214528.28152.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 31942] - Problem Compiling httpd-2.0.52 and Openssl-0.9.7d X-Virus-Checked: Checked 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=31942 Problem Compiling httpd-2.0.52 and Openssl-0.9.7d trawick@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From trawick@apache.org 2004-11-02 21:45 ------- The PR should be left resolved/invalid until it proves to be something other than a toolchain issue. We can continue to discuss here as appropriate. >GCC: >1_ Upgrade to version 3.3.4 from http://aixpdslib.seas.ucla.edu/index.html >2_ Result are the same, we still have the parsing errors. Then that gcc is not built for your AIX level either. As an additional data point: I use www.blastwave.org package of gcc 3.4 for my Solaris system. They had similar issue, where their gcc install package included copies of system header files which did not match recent Solaris. The gcc packagers (i.e., the folks that I got gcc from) fixed their packaging so that when installing their gcc package on recent Solaris the header files would get fixed as appropriate to match my Solaris system headers. So now all my header files (system header files, gcc copy of system header files) are consistent. None of this is an AIX bug or an Apache bug or a gcc bug. It is a gcc packaging issue. >=================================================== >CC, XLC_R, CC_R: > >1_ Upgrade the AIX 5.2 to Maintenance Level 04 >2_ Compiled the Openssl-0.9.7d with CC >3_ Compiled Httpd-2.0.52 with the different flavour (cc, xlc_r, cc_r) and the >httpd program work fine. Step 1 is not expected to have anything to do with that issue. Steps 2 and 3 resolved the incompatibility between your gcc-built openssl library and your cc-built httpd. >I repeat each operations (compiling) on two (2) different systems (One H80 and >one 44P). When I issue the following command: > apachectl configtest > >I get the following time > - H80: 2 secondes > - Ibm44p: 45 secondes Two guesses... 1) The delay is in SSL initialization, and the Ibm44p is MUCH slower than the H80. A quick and dirty way to check this theory would be to run a CPU monitor (topas, nmon) during "apachectl configtest" and see if there is a long CPU spike for an httpd process during the ~44 second delay. 2. delay is caused by DNS lookup and the Ibm44p is using different DNS configuration? --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org