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

Perhaps I'm confused, but isn't that what APACHE_HEADER_INSTALL=0 is
suppose to avoid?

And I also get:
"Cannot forceunlink
/usr/local/perl5.005/lib/site_perl/5.005/sun4-solaris/auto/Apache/Leak/Leak.
so"


These are the two methods I tried:

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

And:

perl Makefile.PL \
APACHE_PREFIX=$HOME/httpd_heavy \
APACHE_HEADER_INSTALL=0 \ 
APACHE_SRC=../apache_1.3.9/src \
DO_HTTPD=1 \
USE_APACI=1 \
EVERYTHING=1

Thanks,



Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to