Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 35017 invoked from network); 13 Dec 2008 03:31:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2008 03:31:31 -0000 Received: (qmail 48857 invoked by uid 500); 13 Dec 2008 03:31:43 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 48836 invoked by uid 500); 13 Dec 2008 03:31:43 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 48827 invoked by uid 99); 13 Dec 2008 03:31:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 19:31:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [69.147.74.230] (HELO web62007.mail.re1.yahoo.com) (69.147.74.230) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 13 Dec 2008 03:31:28 +0000 Received: (qmail 14115 invoked by uid 60001); 13 Dec 2008 03:31:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=Zw1GZuaAiG+qoOrzQnDIDTILPtVNbk1U3UT7cviVbWWzzRhx3ts1tiffcNJkDB12Q4hN86RODzovUCRREknx3lVFmYGtouuBLYD2V2Y8wjF4U1YNTks77GJfjiYWPiW1Mtc/6CXhY8Dd5eP25ikoK5/DBMWiY6XjNI6xl2zMl0s=; Received: from [75.6.243.229] by web62007.mail.re1.yahoo.com via HTTP; Fri, 12 Dec 2008 19:31:07 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Fri, 12 Dec 2008 19:31:07 -0800 (PST) From: Vivian Wang Reply-To: vivianwangym@yahoo.com Subject: apache module compilation error To: Apache AXIS C Developers List In-Reply-To: <197585803.1229071424301.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <118032.13769.qm@web62007.mail.re1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, All, I am trying to compile the apache axis2/c module, but I am getting the following error (Cannot open include file: 'httpd.h'): =========================== apache2_out_transport_info.c apache2_stream.c apache2_worker.c mod_axis2.c ..\..\src\core\transport\http\server\apache2\mod_axis2.c(19) : fatal error C1083 : Cannot open include file: 'httpd.h': No such file or directory ........ =========================== I installed Apache Server 2.2, and set the path correctly in the configure file, but the httpd.h is nowhere to be found. I searched all the files in Apache server fold as well as axis2/c. I downloaded apache server from the following site: http://httpd.apache.org/download.cgi, using the following version (installer): Win32 Binary including OpenSSL 0.9.8i (MSI Installer): apache_2.2.10-win32-x86-openssl-0.9.8i.msi My question is: where should I expected to see the header file httpd.h? Thanks! Vivian