Thomas Klausner wrote:
Hi!

On Don, Jun 05, 2003 at 12:35:37 -0700, Dennis G. Allard wrote:


I am running Red Hat 8.0, Apache/2.0.40.


AFAIK, mod_perl 1.x won't run with Apache 2.0, so I'm quite sure you're
running mod_perl 2 (which comes shipped with Red Hat 8)

But Dennis, you don't want the version that comes with RH8, it's 1 year old! get 1.99_09 from here:
http://perl.apache.org/download/index.html


to check the version you can do:

/home/stas> perl-blead           -Mmod_perl -le 'print mod_perl->VERSION'
1.2701
/home/stas> perl-blead -MApache2 -Mmod_perl -le 'print mod_perl->VERSION'
1.9910

As you can see, I have both. 1.9910 is mod_perl-2.0-tobe (but currently only 1.9909 is available, 1.9910 is a cvs version).


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



Reply via email to