On Mon, 13 Dec 2004, Randal L. Schwartz wrote: > >>>>> "Tom" == Tom Schindl <[EMAIL PROTECTED]> writes: [ ... ] > Tom> But you can run both versions of mod_perl side by side. See > Tom> http://perl.apache.org/docs/2.0/user/install/install.html#MP_INST_APACHE2 > > I can only have one Apache::Request installed in my site_lib.
Is this the Apache::Request of libapreq (or libapreq2, for Apache2) on CPAN? If so, it should be possible to have the two coexisting - the Apache::Request of libapreq2 should get installed under an Apache2/ subdirectory under site_lib, which won't be seen unless you have a 'use Apache2;'. As Stas mentioned, there are problems with using CPAN/CPANPLUS in installing these - for example, currently Apache::Request is associated with libapreq-1.3 (for Apache1) in these tools. This particular case though is because libapreq2 is marked as experimental (the current CPAN version is libapreq2-2.04_03, and so isn't indexed by PAUSE). This would have to be installed manually from $CPAN/authors/id/J/JO/JOESUF/. -- best regards, randy kobes -- 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