Young, Darren wrote:
Just tried to install Bundle::Apache, it's asking for Apache source..
Also, it's pulling down mod_perl 1.29.. Isn't that older than the 1.99 I
have?
Darren,
There are two versions of mod_perl. The version you pulled down is for mod_perl 1, for use with Apache HTTPd 1.x. mod_perl 1.99_18 and 2.0_RC3 are for use with Apache HTTPd 2.0.x (I believe you mentioned in a previous message that you were working with Apache HTTPd 2.0.49).
Due to API differences, you can't use mod_perl 1.x with Apache HTTPd 2.0.x (and vice versa).
You may want to check if there is a package for mod_perl 2.0 above and beyond the package for mod_perl 1.29.
HTH, Ian