> 2) if you build a static mod_perl, it'll configure and make Apache for you.
Ahh, so I don't even need to configure Apache if I'm building a static mod_perl. I've amended the install.pod to indicate as much. > You should not run it *from under /root directory or similar*, but as long > as you run from somewhere where non-root user can access files (e.g. > /tmp), running as 'root' should work just fine. I see the difference now. I was installing from /usr/local/src so that test should have worked. William -- Knowmad Services Inc. http://www.knowmad.com
--- install.pod.orig 2005-02-16 15:19:27.000000000 -0500 +++ install.pod 2005-02-16 17:09:50.000000000 -0500 @@ -219,6 +219,9 @@ Do B<not> use that CFLAGS in production unless you know what you are doing. +This step is not necessary if you are building a static mod_perl. Just be sure +the Apache source is available. +
