All,
Just a followup. I followed Stas's directions, and did this:
% su
% cd /usr/local/src
% tar -zvxf apache_1.3.31.tar.gz
% tar -zvxf mod_perl-1.29.tar.gz
% cd mod_perl-1.29
% perl Makefile.PL APACHE_SRC=../apache_1.3.31/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
% make
On 9 Jul 2004, at 19:25, David Arnold wrote:
My question to the people on this list: How to proceed? Can modperl1
and
modperl2 coexist? Can they both run with the latest apache? Can someone
outline the steps I should take to achieve my goal? Especially if
there is
someone on the list who has expe
David Arnold wrote:
All,
My apologies to Stas for again forgetting to "Reply All." Senior moments, I
guess.
:)
Meanwhile, I have a successful installation of the latest apache and
modperl2. I would like to install modperl1 for the purposes of practicing
with the the excellent books by Stas, Geoffr
All,
My apologies to Stas for again forgetting to "Reply All." Senior moments, I
guess.
Meanwhile, I have a successful installation of the latest apache and
modperl2. I would like to install modperl1 for the purposes of practicing
with the the excellent books by Stas, Geoffrey Young, and Lincoln
David Arnold wrote:
All,
Is it possible to install both versions of ModPerl (one and Two) on the
same machine, accompanying versions of Apache?
I'd like to experiment with both on Linux.
I have the most recent version of apache running in /usr/local/apache2. Can
I install the older versi
David Arnold wrote:
> All,
>
> Is it possible to install both versions of ModPerl (one and Two) on the
> same machine, accompanying versions of Apache?
yes. if you install mod_perl 1.0 first mod_perl 2.0 will install it's perl
module relative to Apache2/. then just '
All,
Is it possible to install both versions of ModPerl (one and Two) on the
same machine, accompanying versions of Apache?
I'd like to experiment with both on Linux.
I have the most recent version of apache running in /usr/local/apache2. Can
I install the older version in /usr/local/a