On 5/7/07, Mark Henry <[EMAIL PROTECTED]> wrote:
(The 'searchable' archives link has no search option that I could find http://mail-archives.apache.org/mod_mbox/perl-modperl/)
This one has a good search engine: http://marc.theaimsgroup.com/?l=apache-modperl&r=1&w=2#apache-modperl
Sounds great.. but I'm not sure exactly under which perl install (via perl -MCPAN etc) I should be installing.
There is usually just one, which is the system perl.
So, using the locally installed site perl, the CPAN installer gets to the end, says, wheres mod_perl.pm ... well it is out there under the apache tree, but I dont know how to feed it's location into the CPAN installer, and anyway if I somehow managed to, would it even be installed to the correct location for mod_perl to use?
That's not normal. Looking at the source for this module, it has not been ported to any final release version of mod_perl 2. It only supports the 3 year old beta version. You can use this module with apche 1/mod_perl 1 or port it to apache 2/mod_perl 2 (probably very simple from the looks of the code), or look for a different NIS module. - Perrin