Re: Compiling mod_perl into Apache 1.3.33

2005-01-23 Thread Philippe M. Chiasson
Joseph A Nagy Jr wrote: Perrin Harkins wrote: Joseph A Nagy Jr wrote: [...] If I use perl Makefile.PL APACHE_SRC=../apache_1.3.33/src APACHE_PREFIX=/etc/apache/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 it compiles in, but everything is located in /etc/apache instead of in their proper places (such as

Re: Compiling mod_perl into Apache 1.3.33

2005-01-22 Thread Joseph A Nagy Jr
Perrin Harkins wrote: Joseph A Nagy Jr wrote: Okay, I'm trying to compile mod_perl so that when I compile Apache 1.3.33 seperately, I can use the --add-module directive during Apache's ./configure (I'm installing from scratch instead of using the Apache in Gentoo's portage tree because they only

Re: Compiling mod_perl into Apache 1.3.33

2005-01-22 Thread Perrin Harkins
Joseph A Nagy Jr wrote: Okay, I'm trying to compile mod_perl so that when I compile Apache 1.3.33 seperately, I can use the --add-module directive during Apache's ./configure (I'm installing from scratch instead of using the Apache in Gentoo's portage tree because they only offer a mod_perl 1.99

Compiling mod_perl into Apache 1.3.33

2005-01-22 Thread Joseph A Nagy Jr
Okay, I'm trying to compile mod_perl so that when I compile Apache 1.3.33 seperately, I can use the --add-module directive during Apache's ./configure (I'm installing from scratch instead of using the Apache in Gentoo's portage tree because they only offer a mod_perl 1.99 for Apache2) and am hav