Re: Both mod_perl 1 and 2 on same machine

2007-05-22 Thread Vetle Roeim
On 5/15/07, Walt Reed [EMAIL PROTECTED] wrote: I have a need to install both apache 1.3.x / mod_perl 1.x and apache 2.2.x / mod_perl 2.x on the same machine. Googling returns some hits from 2004 that mention MP_INST_APACHE2=1, but that option no longer exists in current versions of mod_perl 2.

Re: Both mod_perl 1 and 2 on same machine

2007-05-22 Thread Perrin Harkins
On 5/22/07, Vetle Roeim [EMAIL PROTECTED] wrote: VMWare Total overkill, and the performance hit is not worth it. Even my suggestion of separate perl installs is overkill unless you need to use a CPAN module that doesn't play well with both installed. - Perrin

Re: Both mod_perl 1 and 2 on same machine

2007-05-22 Thread Roger McCalman
On Tue, May 22, 2007 at 09:20:17PM +0200, Vetle Roeim wrote: On 5/15/07, Walt Reed [EMAIL PROTECTED] wrote: I have a need to install both apache 1.3.x / mod_perl 1.x and apache 2.2.x / mod_perl 2.x on the same machine. Googling returns some hits from 2004 that mention MP_INST_APACHE2=1,

Re: Both mod_perl 1 and 2 on same machine

2007-05-22 Thread Stephan Nedregaard
On 5/22/07, Roger McCalman [EMAIL PROTECTED] wrote: On Tue, May 22, 2007 at 09:20:17PM +0200, Vetle Roeim wrote: On 5/15/07, Walt Reed [EMAIL PROTECTED] wrote: I have a need to install both apache 1.3.x / mod_perl 1.x and apache 2.2.x / mod_perl 2.x on the same machine. Googling returns

Re: Both mod_perl 1 and 2 on same machine

2007-05-16 Thread Torsten Foertsch
On Tuesday 15 May 2007 22:33, Walt Reed wrote: I would prefer however to put all my test modules for this migration in the /usr/local/apache2/perllib space, but looking at the mod_perl configure options, I didn't see which option specified this... MP_AP_PREFIX? MP_AP_DESTDIR? Neither one of

RE: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread John Saylor
hi ouch. the only suggestion i have is to reasess your needs. really- you'll spend at least 10 hours dicking around with the network config to say nothing about httpd.conf. if you get paid over $10. and hour, that makes it worth it buy a new machine. -Original Message- From: Walt Reed

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Perrin Harkins
On 5/15/07, Walt Reed [EMAIL PROTECTED] wrote: I have a need to install both apache 1.3.x / mod_perl 1.x and apache 2.2.x / mod_perl 2.x on the same machine. [...] Suggestions? My approach would be to install two copies of perl, and put one of them on each. Or, install each in a local perl

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Glenn Gallien
Walt Reed wrote: I have a need to install both apache 1.3.x / mod_perl 1.x and apache 2.2.x / mod_perl 2.x on the same machine. Googling returns some hits from 2004 that mention MP_INST_APACHE2=1, but that option no longer exists in current versions of mod_perl 2. Didn't see anything obvious

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Walt Reed
The apache part isn't the problem. I can easily run on different ports, and whatnot. In fact, both apache's are working fine independantly, so it's just the perl / mod_perl issue. When I do a make install of mod_perl 2.x I don't want mod_perl 2 based perl modules tromping all over the existing

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Michael Peters
Walt Reed wrote: The apache part isn't the problem. I can easily run on different ports, and whatnot. In fact, both apache's are working fine independantly, so it's just the perl / mod_perl issue. When I do a make install of mod_perl 2.x I don't want mod_perl 2 based perl modules tromping all

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Jonathan Vanasco
On May 15, 2007, at 3:49 PM, Perrin Harkins wrote: My approach would be to install two copies of perl, and put one of them on each. Or, install each in a local perl lib directory rather than the system dir. (Local installs of CPAN modules are well-covered elsewhere.) I'd second the latter

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Jonathan Vanasco
On May 15, 2007, at 4:05 PM, Michael Peters wrote: Walt Reed wrote: The apache part isn't the problem. I can easily run on different ports, and whatnot. In fact, both apache's are working fine independantly, so it's just the perl / mod_perl issue. When I do a make install of mod_perl 2.x

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Walt Reed
On Tue, May 15, 2007 at 04:05:38PM -0400, Michael Peters said: Walt Reed wrote: The apache part isn't the problem. I can easily run on different ports, and whatnot. In fact, both apache's are working fine independantly, so it's just the perl / mod_perl issue. When I do a make install of

Re: Both mod_perl 1 and 2 on same machine

2007-05-15 Thread Dodger
Modify @INC to only load the libraries you need, and make sure to install the MP1 modules in a different location than the MP2 ones. Basically, install the 'default' server perl modules normally, and install the 'other' ones in a special directory that you then modify @INC to include through