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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 23 May 2003 12:09:16 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <17784710967.20030523120916@familiehaase.de> To: cygwin AT cygwin DOT com Subject: Re: PATCH: apache + mod_perl(via apxs) + libapreq In-Reply-To: <001e01c320e8$fc2bb450$0401010a@XYZZY> References: <000f01c320e2$83b99060$0401010a AT XYZZY> <001e01c320e8$fc2bb450$0401010a AT XYZZY> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Hello Christopher, >> Attached you will find patches that allow a mod_perl DSO *and* libapreq to >> be installed. >> >> The rules are: >> >> if perl was compiled with largefile support (std for cygwin) you need to >> set the following env vars >> >> export CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"; >> export CFLAGS_SHLIB="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"; >> >> then build and install apache as normal >> >> for mod perl apply the attached mod_perl.patch then configure as follows >> >> perl Makefile.PL USE_APXS=1 EVERYTHING=1 >> >> for libapreq, apply the attached libapreq.patch and build as normal. > Oops! You need to set: > export APLIBDIR=`apxs -q LIBEXECDIR` >> >> YMMV - I use my own local compiled perl.... >> >> Drop me e-mail with any questions. Which versions do you use (Cygwin, Apache, Perl, mod_perl, ...), do you use the Cygwin source packages of (Apache or Perl)? Don't you have this ugly problem with Apache that it doesn't run longer than one day without refusing to serve? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/