> > The xs subs and c code should be in the Perl glue > > that will be in something like > > /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/APR/Request/Request.so > > libapreq is a confusing beast > > (i) its a general Apache Request Library > but > (ii) its best known for the perl glue , which makes use of the API > it provides > > so > the libapreq module routines should be in libapreq.so. you load > mod_libapreq2 into apache via httpd.conf just as you would anything > else ( mod_perl mod_rewrite mod_php mod_svn etc ) > the perl glue that accesses it should all be in your Perl library > tree, and that is loaded in your startup.pl file or as you need > > does that make sense ? > > // Jonathan Vanasco > Yes, it does. (I actually forgot about mod_apreq2.)
Thanks, Jon