On Sat, 27 Nov 1999, Bill Moseley wrote:

> At 12:17 PM 11/27/99 +0200, Stas Bekman wrote:
> >
> >> Maybe I'm going crazy, but I'm sure last time I used
> >> APACHE_HEADER_INSTALL=0 and the make install worked just fine.
> >> 
> >> But this time I get:
> >> "Warning: You do not have permissions to install into
> >> /usr/local/perl5.005/lib/site_perl/5.005/..."
> >
> >Aren't you installing it as root? If you are 'root', try to check the
> >permissions in place, maybe they went astray...
> 
> No, I'm not installing as root.  I'm building some binaries for testing
> various setups, and I just run them under my login UID.  I guess I can just
> skip the make install part and manually copy the binary.

May be this could help you:
http://perl.apache.org/guide/install.html#Installation_Without_Superuser_P

> 
> >> perl Makefile.PL \
> >> APACHE_PREFIX=$HOME/httpd_heavy \
> >> APACHE_HEADER_INSTALL=0 \
> >> EVERYTHING=1
> >
> >May be 'EVERYTHING=1' overrides the rest of the parameters?
> 
> I also tried using replacing EVERYTHING=1 with ALL_HOOKS=1 and got the same
> results.

May be it's a bug, what happens if you use neither EVERYTHING=1 nor
ALL_HOOKS=1? Just:

perl Makefile.PL APACHE_PREFIX=$HOME/httpd_heavy APACHE_HEADER_INSTALL=0




_______________________________________________________________________
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