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 )


On Feb 24, 2006, at 2:25 PM, Joe Schaefer wrote:

Then checkout

https://svn.apache.org/repos/asf/httpd/apreq/branches/apr-build- system/

  ./buildconf --with-apr=... --with-apr-util=...
  ./configure --with-apr=... --with-apr-util=...
  make

should build a shared libapreq.  The so-version numbers are wrong,
but the build should more or less go thru to that point.  It'd be
cool if someone could clean it up to get make install working, and
then add a build system for module/apache2 (based on httpd of course).

The direction I want to go with this is to come up with something
that can be included in httpd's srcdir.  If we can build mod_apreq
from there, great; if not, then maybe we can put that in httpd's modules
directory.

--
Joe Schaefer


Reply via email to