Stas Bekman <[EMAIL PROTECTED]> writes: > Kreimendahl, Chad J wrote: > > http://httpd.apache.org/apreq/ > > Install using one of the following methods: > > (easiest way) > > perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs > > (or, same thing, different method) > > ./configure --with-apache2-apxs=/path/to/apache2/bin/apxs > > --enable-perl-glue --with-perl=/path/to/perl/binary > > (then, the standard) > > make > > make test > > make install > > This appears to install over top of the existing module, unlike > > installing in an Apache2 directory (like those of us who had mp1 and mp2 > > running). So there may be problems in mp1 once this is done... I'd test > > it, but my mp1 is long gone. > > That's strange. I get it installed under Apache2/ subdir (assuming > that you had mp2 installed into Apache2/ subdir). You may want to > report all the details to the apreq-dev mailing list.
+1. The 1.X and 2.X versions of Apache::Request should happily coexist if mp2 was configured with MP_INST_APACHE2=1. Only the installed Unix manpages will overlap; anything else is a bug and should be reported to [EMAIL PROTECTED] -- Joe Schaefer -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html