From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28481 invoked by alias); 19 Dec 2001 00:30:47 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 27020 invoked from network); 19 Dec 2001 00:29:31 -0000 Received: from unknown (HELO shawcable.net) (24.83.101.198) by sources.redhat.com with SMTP; 19 Dec 2001 00:29:31 -0000 Received: by shawcable.net (Postfix, from userid 501) id 0E0CC142E2; Tue, 18 Dec 2001 16:29:31 -0800 (PST) Date: Tue, 18 Dec 2001 16:55:00 -0000 From: "Ryan T. Sammartino" To: Cygwin List Subject: Apache hack (was: Re: php-4.1.0 on Cygwin) Message-ID: <20011219002930.GC29259@localhost> Mail-Followup-To: "Ryan T. Sammartino" , Cygwin List References: <20011212000452.GA15535@localhost> <127290985915.20011212071731@familiehaase.de> <20011213061205.GA22554@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011213061205.GA22554@localhost> User-Agent: Mutt/1.3.23.1i X-Mailer: Mutt http://www.mutt.org/ X-URL: http://members.shaw.ca/ryants X-SW-Source: 2001-12/txt/msg00910.txt.bz2 On Wed, Dec 12, 2001 at 10:12:05PM -0800, Ryan T. Sammartino wrote: > > (Apache 1.3.22 doesn't quite build cleanly under Cygwin, and I'm working > on a patch for that, but it isn't too tough to get it to work). > Well, again, this is probably the Wrong Way(TM), but here is what I had to do to get a working Apache (trivial patch): ---cut here--- --- src/Configure.orig Tue Dec 18 16:20:32 2001 +++ src/Configure Tue Dec 18 16:20:40 2001 @@ -1853,6 +1853,7 @@ ## Now HS's POSIX regex implementation if needed/wanted. We do it ## now since AddModule may have changed it ## +RULE_WANTHSREGEX=yes if [ "x$RULE_WANTHSREGEX" = "xyes" ]; then REGLIB="regex/libregex.a" SUBDIRS="regex $SUBDIRS" ---cut here--- -- Ryan T. Sammartino http://members.shaw.ca/ryants/ I don't believe there really IS a GAS SHORTAGE.. I think it's all just a BIG HOAX on the part of the plastic sign salesmen -- to sell more numbers!! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/