Hi,
I am installing Apache 1.3.14 and mod_perl 1.24_01 into
my home directory and it actually works okay, but there
is this error message, when calling "make install" in the
mod_perl source dir:
Skipping
/opt/local/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/auto/Apache/include/include/http_protocol.h
(unchanged)
Cannot forceunlink
/opt/local/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/auto/Apache/include/include/ap_config_auto.h:
Permission denied at /opt/local/perl-5.6.0/lib/5.6.0/File/Find.pm line 475
*** Error code 255
make: Fatal error: Command failed for target `pure_site_install'
I guess, it is because I don't have the write privileges for
our /opt/local/perl-5.6.0. Is there a way to get rid of this
message? I haven't found it in the
http://perl.apache.org/guide/install.html#Installation_Without_Superuser_P
Thank you
Alex
PS: I use:
perl Makefile.PL APACHE_PREFIX=/home/eedalf APACHE_SRC=/home/eedalf/src/apache_1.3.14
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1