Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3AF94C77.FBB8AFAB@iee.org> Date: Wed, 09 May 2001 14:56:07 +0100 From: Don Sharp X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: gnuwin32 Subject: Apache 1.3.9 builds but won't serve Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Greetings, I have built Apache 1.3.9 from a ./configure --enable-rule=SHARED_CORE as per the README.cygwin It builds OK after the following patch is made *** src/support/logresolve.c.old Mon Jul 13 12:33:00 1998 --- src/support/logresolve.c Thu May 3 12:01:14 2001 *************** *** 96,102 **** --- 96,106 ---- */ #ifndef h_errno + #ifdef __CYGWIN__ + #include + #else extern int h_errno; /* some machines don't have this in their headers */ + #endif #endif /* largeste value for h_errno */ The .exes, (and the .dll) have to be copied to /usr/local/apache/bin by hand. Although it starts up OK, pointing my browser at http://localhost/ doesn't get me the test web page, the request times out. Have I forgotten something? Cheers Don Sharp -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple