delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/05/10/07:29:14

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <3AFA7B4E.66896717@iee.org>
Date: Thu, 10 May 2001 12:28:14 +0100
From: Don Sharp <dwsharp AT iee DOT org>
X-Mailer: Mozilla 4.74 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Ralf Habacker <Ralf DOT Habacker AT saght DOT tessag DOT com>
CC: gnuwin32 <Cygwin AT Sourceware DOT Cygnus DOT Com>
Subject: Re: AW: Apache 1.3.9 builds but won't serve
References: <001d01c0d91a$5f350060$6e032bb7 AT BRAMSCHE>

Dear Ralf,

Thanks to Gerrit Haase, Stipe Tolj and Kevin Wright I now have a build
that seems to work. The suggestion to specify the listen IP when you
don't do reverse name lookup was the final key that got everything
working.

Thanks for your offer of help.

Ralf Habacker wrote:
> 
> > -----Ursprüngliche Nachricht-----
> > Von: cygwin-owner AT sources DOT redhat DOT com
> > [mailto:cygwin-owner AT sources DOT redhat DOT com]Im Auftrag von Don Sharp
> > Gesendet am: Mittwoch, 9. Mai 2001 15:56
> > An: gnuwin32
> > Betreff: Apache 1.3.9 builds but won't serve
> >
> > 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 <netdb.h>
> > + #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
> >
> Does the dll provides any global vars and does this vars are defined with
> __declspec(dllexport) ?
> If no and you don't like to patch every header, you need an ld with the
> auto-import-patch from Paul Sokolovsky.
> If you like, I can send you an archiv which a patched ld version.
> 
> Regards
> 
> Ralf Habacker
> EMail: Ralf AT habacker DOT de
>        Ralf DOT Habacker AT saght DOT tessag DOT com
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019