Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 18 Dec 2001 16:29:31 -0800 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 DOT GA15535 AT localhost> <127290985915 DOT 20011212071731 AT familiehaase DOT de> <20011213061205 DOT GA22554 AT 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 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/