I'm trying to use a Perl module from CPAN (AuthCookieDBI.pm to be specific) in a shared hosting environment.
I tried copying the .pm
file to the directory I'm trying to use it with, and I have updated my .htaccess
file as per the instructions on the AuthCookieDBI
page, but my Apache log says:
Invalid command 'PerlModule', perhaps misspelled or defined by a module not
included in the server configuration
This seems to be the line that causes the error:
PerlModule Apache2::AuthCookieDBI
According to the Apache:ASP FAQ this is caused because mod_perl
is not installed; I'm on shared hosting (and so cannot do anything which requires root permissions), so is there nothing I can do about this?