in reply to Re^2: mod_perl installation - missing apache src
in thread mod_perl installation - missing apache src
I suppose you've downloaded mod_perl-1.31, which is for the older Apache-1 branch. Try mod_perl-2.0.4 instead.
Update: as you're using the CPAN shell, I guess the problem is that it by default gets the most recently released version, and mod_perl-1.31 is more recent (13 May 2009) than mod_perl-2.0.4 (17 Apr 2008) — kind of unfortunate...
So try: install G/GO/GOZER/mod_perl-2.0.4.tar.gz from the CPAN shell.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: mod_perl installation - missing apache src
by ARiccela (Novice) on Jun 08, 2009 at 21:25 UTC | |
|
Re^4: mod_perl installation - missing apache src
by Anonymous Monk on Aug 09, 2010 at 01:11 UTC |