这是什么问题阿 error no decision has been made on APR_PATH_MAX for your platform
我在 编译 apache 的时候 ( httpd-2.0.47)
运行完 ./configure
运行 make
就会出现这样的提示:
make[1]: Entering directory `/www/httpd-2.0.47/srclib'
Making all in apr
make[2]: Entering directory `/www/httpd-2.0.47/srclib/apr'
Making all in strings
make[3]: Entering directory `/www/httpd-2.0.47/srclib/apr/strings'
make[4]: Entering directory `/www/httpd-2.0.47/srclib/apr/strings'
/bin/sh /www/httpd-2.0.47/srclib/apr/libtool --silent --mode=compile gcc -g -O2
-pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOU
RCE -D_SVID_SOURCE -D_GNU_SOURCE -I../include -I../include/arch/unix -c apr_c
pystrn.c && touch apr_cpystrn.lo
In file included from apr_cpystrn.c:55:
../include/apr.h:430: #error no decision has been made on APR_PATH_MAX for your
platform
make[4]: *** [apr_cpystrn.lo] Error 1
make[4]: Leaving directory `/www/httpd-2.0.47/srclib/apr/strings'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/www/httpd-2.0.47/srclib/apr/strings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/www/httpd-2.0.47/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/www/httpd-2.0.47/srclib'
make: *** [all-recursive] Error 1
其中这一句到底是什么意思啊?
#error no decision has been made on APR_PATH_MAX for your
platform
请各位大虾指点