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