You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Aaron Bannert <aa...@clove.org> on 2001/11/20 02:20:07 UTC

Re: compiling http 2.0 / flood on Redhat 6.2

On Mon, Nov 19, 2001 at 07:29:10PM -0500, Mark Evans wrote:
> In file included from flood.c:60:
> /usr/local/src/httpd-2.0/srclib/apr/include/apr.h:303: #error no 
> decision has been made on APR_PATH_MAX for your platform
> make: *** [flood.lo] Error 1
> 
> I'm not sure what the issue is... but I need to know how to resolve it.  
> Any ideas?

APR defines APR_PATH_MAX from either PATH_MAX or _POSIX_PATH_MAX.

On my RH7.1 box, PATH_MAX is defined in </usr/include/linux/limits.h>. I
don't see how you were able to compile APR in the first place if you
don't have APR_PATH_MAX defined. Make sure that those files didn't
disappear from your /usr/include.

-aaron