Re: How can i know mod_perl is installed

2006-07-27 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Camargo, Anyela wrote: I’ve installed mod_perl but when trying to install AxKit it says the module is not present. Is there 1.x or 2.x ? ^^^ this 1.x: perl -mmod_perl -le 'print $modperl::VERSION' ^^ -M 2.x: perl -mmod_perl2 -le 'print $modperl2::VERS

Re: How can i know mod_perl is installed

2006-07-27 Thread Philip M. Gollucci
Camargo, Anyela wrote: I’ve installed mod_perl but when trying to install AxKit it says the module is not present. Is there 1.x or 2.x ? 1.x: perl -mmod_perl -le 'print $modperl::VERSION' 2.x: perl -mmod_perl2 -le 'print $modperl2::VERSION' You might have to do a (tcsh syntax) setenv PERL5LIB

How can i know mod_perl is installed

2006-07-27 Thread Camargo, Anyela
Hi,   I’ve installed mod_perl but when trying to install AxKit it says the module is not present. Thanks