Jonathan Vanasco <[EMAIL PROTECTED]> writes: > I'm a bit confused. > > Are you saying package it within the source and structure it so that > apreq can be a static build option into apache OR a shared option ( > ie mod_rewrite )
I'd like libapreq2 (the shared library) to be compiled from httpd's srcdir/ directory, and mod_apreq (the apache module) to be compiled from httpd's modules/ directory. That way mod_apreq could be compiled in as a static module or as a shared module. Right now we can't build a static mod_apreq using trunk's build system, cuz getting the order of build just right is a real mess. -- Joe Schaefer
