Hi
I was wondering how do I redirect the installation of mod_perl, as I dont
have access to any system directories (eg /usr/apache2 etc.). I have seen
suggestions that something like this might do it:
perl Makefile.PL MP_APXS=/usr/apache2/bin/apxs PREFIX=$INSTDIR
APACHE_PREFIX=$INSTDIR \
A
Hi
I am trying to compile modperl2 on Solaris. I am using Perl5.10.0, and
because the Solaris compiler seems to have difficulties compiling
Perl5.10.0 extensions, I want to compile modperl2 using gcc. I am trying to
configure with this command:
perl Makefile.PL MP_APXS=/usr/apache2/bin/apx