PATCH: apache + mod_perl(via apxs) + libapreq

Christopher B. Liebman liebman@zod.com
Fri May 23 05:06:00 GMT 2003


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.

YMMV - I use my own local compiled perl....

Drop me e-mail with any questions.

    -- Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mod_perl-1.27.cygwin.patch
Type: application/octet-stream
Size: 1787 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20030523/00ebec4c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libapreq-1.1.cygwin.patch
Type: application/octet-stream
Size: 2018 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20030523/00ebec4c/attachment-0001.obj>
-------------- next part --------------
--
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/


More information about the Cygwin mailing list