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
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
Hi,
I’ve installed mod_perl but when trying to
install AxKit it says the module is not present.
Thanks