I was unable to install RC6 due to the version issue previously reported.
I downloaded the following snapshot:
modperl-2.0_20050515223638.tar.gz
and was able to successfully run "perl Makefile.PL"
But "make install" stops with the following error.
"make: *** No rule to make target `pm_to_blib.ts', needed by `glue_pods'. Stop."
Here are the previous ten lines or so:
make[2]: Leaving directory `/downloads/modperl-2.0/xs/APR' make[2]: Entering directory `/downloads/modperl-2.0/xs/Apache' make[3]: Entering directory `/downloads/modperl-2.0/xs/Apache/Const' make[3]: Leaving directory `/downloads/modperl-2.0/xs/Apache/Const' make[2]: Leaving directory `/downloads/modperl-2.0/xs/Apache' make[2]: Entering directory `/downloads/modperl-2.0/xs/ModPerl' make[3]: Entering directory `/downloads/modperl-2.0/xs/ModPerl/Const' make[3]: Leaving directory `/downloads/modperl-2.0/xs/ModPerl/Const' make[2]: Leaving directory `/downloads/modperl-2.0/xs/ModPerl' make[1]: Leaving directory `/downloads/modperl-2.0/xs'
This is perl, v5.8.5 built for i386-linux-thread-multi
Jared Jackson