Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Vincent Veyron
Le lundi 11 juillet 2011 à 22:14 +0300, Octavian Rasnita a écrit : > > Mmm, I like the word "simple" :-) > These are the notes I took about a year ago for compilation on Debian of Perl/Apache2/Mod_perl2. If I am not mistaken, they are all you need. Look for 'Compilation' under each title. Per

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
From: "Fred Moyer" On Mon, Jul 11, 2011 at 12:38 PM, Perrin Harkins wrote: On Mon, Jul 11, 2011 at 3:14 PM, Octavian Rasnita wrote: From: "Perrin Harkins" I am still afraid to compile Perl+Apache+mod_perl since the old days when I needed to do that because there were no other solutions, an

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Fred Moyer
On Mon, Jul 11, 2011 at 12:38 PM, Perrin Harkins wrote: > On Mon, Jul 11, 2011 at 3:14 PM, Octavian Rasnita wrote: >> From: "Perrin Harkins" >> I am still afraid to compile Perl+Apache+mod_perl since the old days when I >> needed to do that because there were no other solutions, and when I need

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Perrin Harkins
On Mon, Jul 11, 2011 at 3:14 PM, Octavian Rasnita wrote: > From: "Perrin Harkins" > I am still afraid to compile Perl+Apache+mod_perl since the old days when I > needed to do that because there were no other solutions, and when I needed to > face some ugly compiling errors... > > But if you say

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
From: "Perrin Harkins" > 2011/7/11 Octavian Rasnita : >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache. It's pretty simple to compile apache and > mod_perl against

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
From: "Fred Moyer" On Mon, Jul 11, 2011 at 10:44 AM, Perrin Harkins wrote: > 2011/7/11 Octavian Rasnita : >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache. It's pretty sim

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Fred Moyer
On Mon, Jul 11, 2011 at 10:44 AM, Perrin Harkins wrote: > 2011/7/11 Octavian Rasnita : >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache.  It's pretty simple to compile apache and &

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Perrin Harkins
2011/7/11 Octavian Rasnita : > Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of > Perl for the same Apache? Just install another apache. It's pretty simple to compile apache and mod_perl against your own perl, and it avoids needing to put a bunch of custom st

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread André Warnier
Torsten Förtsch wrote: On Monday, July 11, 2011 09:13:25 Octavian Rasnita wrote: I want to test ActivePerl 5.14 and I want to install Mod_perl for it but I wouldn't like to need uninstalling the actual Apache/Perl/mod_perl. Don't you have separate module libraries? Anyway, you always can use

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Torsten Förtsch
On Monday, July 11, 2011 09:13:25 Octavian Rasnita wrote: > I want to test ActivePerl 5.14 and I want to install Mod_perl for it > but I wouldn't like to need uninstalling the actual > Apache/Perl/mod_perl. Don't you have separate module libraries? Anyway, you always can use the DESTDIR=... optio

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread André Warnier
Octavian Rasnita wrote: Hi, Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of Perl for the same Apache? I have the default build of Apache that comes with Ubuntu and the default Perl that comes with Ubuntu and I also have the mod_perl installed with apt-get. I want to

Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
Hi, Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of Perl for the same Apache? I have the default build of Apache that comes with Ubuntu and the default Perl that comes with Ubuntu and I also have the mod_perl installed with apt-get. I want to test ActivePerl 5.14 and

Re: 2 versions

2006-03-08 Thread Perrin Harkins
On Wed, 2006-03-08 at 22:43 +0200, Octavian Rasnita wrote: > Ok, but if I will do this, it will overwrite the old mod_perl because I want > to use it with the same Apache version. Or is it possible to specify > the --prefix and use the full path including the name of the mod_perl file > that will b

Re: 2 versions

2006-03-08 Thread Octavian Rasnita
From: "Richard Kelsch" <[EMAIL PROTECTED]> > > Is it possible to have 2 versions of perl that use mod_perl and libapreq? > > Yes. You just need to tell your new perl what path to live in when you > build it. I think the option is named "PREFIX." Sam

Re: 2 versions

2006-03-08 Thread Richard Kelsch
On Tue, 2006-03-07 at 14:16 -0500, Perrin Harkins wrote: On Tue, 2006-03-07 at 11:53 +0200, Octavian Rasnita wrote: > Is it possible to have 2 versions of perl that use mod_perl and libapreq? Yes. You just need to tell your new perl what path to live in when you build it. I think

Re: 2 versions

2006-03-07 Thread Perrin Harkins
On Tue, 2006-03-07 at 11:53 +0200, Octavian Rasnita wrote: > Is it possible to have 2 versions of perl that use mod_perl and libapreq? Yes. You just need to tell your new perl what path to live in when you build it. I think the option is named "PREFIX." Same for apache, and make

2 versions

2006-03-07 Thread Octavian Rasnita
Hi, Is it possible to have 2 versions of perl that use mod_perl and libapreq? I don't need to use 2 versions permanently, but I need to have a version that works while I install another version of perl with all the needed modules including mod_perl and libapreq, then switch to the new ve

Re: running 2 versions of apache and mod perl on the same machine

2004-01-19 Thread Malka Cymbalista
PROTECTED] 08-934-3036 >>> Stas Bekman <[EMAIL PROTECTED]> 13/01/2004 10:03:46 >>> Malka Cymbalista wrote: > I am trying to run 2 versions of Apache and mod_perl - Apache 1.3 with > modperl 1 and Apache 2 with modperl 2 - on the same machine on 2 > different ports. I

Re: running 2 versions of apache and mod perl on the same machine

2004-01-13 Thread Stas Bekman
Malka Cymbalista wrote: I am trying to run 2 versions of Apache and mod_perl - Apache 1.3 with modperl 1 and Apache 2 with modperl 2 - on the same machine on 2 different ports. I first installed apache 2 with mod perl 2. Then I went to compile and install Apache 1.3 and mod perl 1. Doing this

Re: running 2 versions of apache and mod perl on the same machine

2004-01-13 Thread Malka Cymbalista
I am trying to run 2 versions of Apache and mod_perl - Apache 1.3 with modperl 1 and Apache 2 with modperl 2 - on the same machine on 2 different ports. I first installed apache 2 with mod perl 2. Then I went to compile and install Apache 1.3 and mod perl 1. Doing this apparently overwrote

Re: running 2 versions of apache and mod perl on the same machine

2004-01-07 Thread Thomas Schindl
That's no problem at all. I'm running on our production server an apache2 on port 80(without mod_perl) with an proxy forward to a mod_perl-apache2 and a mod_perl-apache1. Although in our case mod_perl1 has its own perl because of various reasons. Tom On Wed, 2004-01-07 at 08:27, Malka Cymbalista

Re: running 2 versions of apache and mod perl on the same machine

2004-01-07 Thread Thomas Klausner
Hi! On Wed, Jan 07, 2004 at 09:27:49AM +0200, Malka Cymbalista wrote: > 1. In other words, is it possible to run 2 apache processes on the same > machine, one with apache 2 and mod perl 2, and one with apache 1.3 and > mod perl 1. I know nothing about eprints, but it should be no problem to ha

running 2 versions of apache and mod perl on the same machine

2004-01-07 Thread Malka Cymbalista
We are moving to a new web server and we have installed apache 2.0.48 with mod_perl 1.99_12. We are running perl 5.8.1 on a Sun Solaris machine. One of the applications that we run on our web server is an eprints server which is system for archiving documents. When one compiles eprints, one ess