From: Jeff Trawick [mailto:[EMAIL PROTECTED]]
>After a commit last night, perchild.c compiles for me on FreeBSD 3.4.
>But note that I did not add an include of <sys/param.h> since it
>didn't appear to be needed.
>
>If it is needed on your system, please let me know and I will handle.
>(I'd be curious about the FreeBSD version.)

With the perchild and prefork MPMs, here's the current problem I see,

Making all in network_io/unix
/bin/sh /logs/cfr/apache/httpd-2.0/srclib/apr/libtool --mode=compile
--silent gcc -g -O2 -I../../include -I../../include/arch/unix
-I../../include/arch/unix -c poll.c && touch poll.lo
In file included from poll.c:55:
../../include/arch/unix/networkio.h:108: syntax error
*** Error code 1

Line 108 of networkio.h is,

     108 #if APR_HAVE_SYS_SENDFILE_H
     109 #include <sys/sendfile.h>
     110 #endif

Is this an autoconf/configure problem?

Charles

Reply via email to