apr builds on my machine(debian testing using kernel 2.6.26) with
HAVE_EPOLL_CREATE1 even though the function isn't implemented on my
system (it's only available since 2.6.27[1]). this causes httpd(with
worker mpm) to segault on startup.

configure.in in apr-1.3.6 checks for epoll_create1 using
AC_CHECK_FUNCS . Instead, should it have a check similar to the check
for epoll_create? i can create a patch if someone can confirm that
this is indeed the problem.

thanks,
-chetan

[1] http://www.kernel.org/doc/man-pages/online/pages/man2/syscalls.2.html

Reply via email to