On Wed, Sep 11, 2002 at 12:29:56PM -0700, Justin Erenkrantz wrote: > httpd and APR both do not have their default prefix set to > /usr/local, but rather /usr/local/{apache2,apr}. I think it's > better to follow that strategy than /usr/local for the clueless > newbie who doesn't use --prefix. -- justin
I think that's because there is a very high chance that both httpd and APR may have multiple installed versions in parallel. I doubt that flood will be used in the same conditions, and if it is they should use the same thing everyone else uses to install in a new location: --prefix. It really is a pain for users when autoconf-based projects go and try to do their own thing. -aaron