Re: the installation nightmare continues

2003-08-14 Thread Geoffrey Young
This is exactly what mine looks like. I don't have the: > APACI_ARGS=--enable-module=rewrite > APACI_ARGS=--enable-module=so since I doun't want to run modperl as DSO. Most literature I'm reading points against it...so for now I'm just trying to have modperl run static. enabling mod_so doe

RE: the installation nightmare continues

2003-08-10 Thread Hodge, Jeff F (ECIII)
Title: RE: the installation nightmare continues >edit makepl_args.mod_perl: >   APACHE_SRC=../apache-1.3/src >   APACHE_PREFIX=/usr/local/apache >   DO_HTTPD=1 >   USE_APACI=1 >   EVERYTHING=1 This is exactly what mine looks like.  I don't have the: >  APACI_AR

the installation nightmare continues

2003-08-06 Thread Hodge, Jeff F (ECIII)
Title: the installation nightmare continues Taking a step or two back I have started the process over again.  I have created my download directory for a non-root user and built and compiled perl 5.8.0, which went smoothly and passed all of the tests along the way.  This brings me to

Re: the installation nightmare continues

2003-08-06 Thread Geoffrey Young
So I built, tested and made apache with: $ ./configure --prefix=/usr/local/apache $ make $ make install $ usr/locall/apache/bin/apachectl start (started fine) try letting mod_perl do the heavy lifting - mod_perl will build both itself and apache if you let it. after unzipping both apache and m