The mod_perl1 module I have calls Apache::constants.This does not seem to be present on my server... After some digging I found that the mod_perl2 equivalent is Apache2::Const
Do I need to somehow install these old mod_perl1 modules or do I need to convert my module over to mod_perl2?