> I would like to install mod_perl within the apache (statically linked).
> 
> I would like to leave the machine's perl as is, and not to change it at
> all.
> 
> So, as I run 'make install' I am not using the root user, and then I get
> the error - cannot write to /usr/loca/bin/perl5......
> I do not want to write anything there.
> 
> I have created this makepl_args.mod_perl:
> APACHE_SRC=/www/apache/v1.3.9/src \
>      PREFIX=/www/apache/v1.3.9 \
>      PREFIX=/www/apache/v1.3.9 \
>      DO_HTTPD=1 \
>      USE_APACI=1 \
>      PREP_HTTPD=1 \
>      EVERYTHING=1
> 
> Isn't that enough ? what else should I do ? Or must I use the root user,
> and have the machine's perl changed a bit ?

If you want to install into an areas writable by root only, you obviously
have to be root.

If you want to install the modules in user space, see:
http://stason.org/stas/TULARC/webmaster/myfaq.html#7



_______________________________________________________________________
Stas Bekman  mailto:[EMAIL PROTECTED]    www.singlesheaven.com/stas  
Perl,CGI,Apache,Linux,Web,Java,PC at  www.singlesheaven.com/stas/TULARC
www.apache.org  & www.perl.com  == www.modperl.com  ||  perl.apache.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to