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.

>> 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.

BTW -- interesting part about running as non-root.  Everything works as
normal, except mod_cgi programs must have 501 permissions set, even when
owned by the same user that httpd is running as (that is, they must have
o+x).  Not sure if that's be design or not.

Thanks much,

Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to