I'm doing ./configure then make --with-apxs and I can't avoid a compile
error in the APR.
Following is the output when I try compiling the apr dir in the source
distro. I'm running FreeBSD 4.4 on Intel. Tomcat 4.0 is running fine, as
well as JDK 1.3.1_01.
Any help is much appreciated,
Output after ./configure; make
Making all in strings
/bin/sh
/usr/home/gcom/webapp-module-1.0-tc40/apr/libtool --silent --mode=compile
cc -g -O2 -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -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:132: stdint.h: No such file or directory
*** Error code 1
Stop in /usr/home/gcom/webapp-module-1.0-tc40/apr/strings.
*** Error code 1
Stop in /usr/home/gcom/webapp-module-1.0-tc40/apr/strings.
*** Error code 1
Stop in /usr/home/gcom/webapp-module-1.0-tc40/apr.