Re: httpd not copied into APACHE_PREFIX

2000-01-21 Thread Stas Bekman
> I am building mod_perl-1.21 into apache_1.3.9 using apaci. > I run the following commands under mod_perl-1.21 directory > perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache > make > make test > make install or cd ../apache_x.x.x make install > Everything looks fin

Re: httpd not copied into APACHE_PREFIX

2000-01-20 Thread John M Vinopal
perl Makefile.PL USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/usr/local/apache On Thu, Jan 20, 2000 at 03:36:44PM -0600, Wang, Pin-Chieh wrote: > Hi, > I am building mod_perl-1.21 into apache_1.3.9 using apaci. > I run the following commands under mod_perl-1.21 directory > perl Makefile.PL EVERYTHING

httpd not copied into APACHE_PREFIX

2000-01-20 Thread Wang, Pin-Chieh
Hi, I am building mod_perl-1.21 into apache_1.3.9 using apaci. I run the following commands under mod_perl-1.21 directory perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache make make test make install Everything looks fine, httpd was created in apache_1.3.9/src,