On Mon, Nov 19, 2001 at 07:31:46PM -0500, Mark Evans wrote:
> These are the error messages I get when installing httpd-2.0:
>
> [snip]
> make[4]: Entering directory `/usr/local/src/httpd-2.0/srclib/apr/strings'
> /bin/sh /usr/local/src/httpd-2.0/srclib/apr/libtool --silent
> --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2
> -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
> -I../include -I../include/arch/unix -c apr_cpystrn.c && touch
> apr_cpystrn.lo
> In file included from apr_cpystrn.c:55:
> ../include/apr.h:303: #error no decision has been made on APR_PATH_MAX
> for your platform
> make[4]: *** [apr_cpystrn.lo] Error 1
> make[4]: Leaving directory `/usr/local/src/httpd-2.0/srclib/apr/strings'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/local/src/httpd-2.0/srclib/apr/strings'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/httpd-2.0/srclib/apr'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/httpd-2.0/srclib'
> make: *** [all-recursive] Error 1
> [snip]
>
> Any ideas?
I suspect you have a broken installation of RH6.2. In my last message
I reported that RH7.1 has /usr/include/linux/limits.h. It turns out
I have a long forgotten RH6.2 box, and I'm happy to report that it also
has the same file defining PATH_MAX. Please check your distribution.
-aaron
|