You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by me...@gmail.com on 2009/08/28 01:18:19 UTC

redirect mod_perl install

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 \
APACHE_SRC=$INSTDIR DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

But I always run into this error:
cp: cannot create /usr/apache2/include/modperl_xs_sv_convert.h: Read-only  
file system
cp: cannot create /usr/apache2/include/modperl_xs_typedefs.h: Read-only  
file system
cp: cannot create /usr/apache2/include/modperl_xs_util.h: Read-only file  
system
cp: cannot create /usr/apache2/include/modperl_apr_perlio.h: Read-only file  
system

Cheers