Apache::RegistryLoader is part of the mod_perl distribution, so it's there unless they specifically removed it. Try looking for it. | [reply] |
When I try to use it it gives error could not be found in @inc
| [reply] |
I have root shell access to the server but am not sure how to go about reinstalling mod_perl with apache::registryloader, nor do I know the extent of help it will provide.
| [reply] |
sry to spam, I found a mod_perl registry loader but I dont think this is what I want, actually not sure what it does.
| [reply] |
If your server has mod_perl 2 installed on it (this is for use with apache 2) you will find you have ModPerl::RegistryLoader somehwere on your disk. If it has mod_perl 1 on it (and apache 1) you will find Apache::RegistryLoader. You will definitely find one or the other, unless someone has gone to the trouble to manually delete it. There is no option to NOT install it when installing mod_perl.
| [reply] |