On Thu, 2009-07-09 at 13:54 -0400, Chetan Reddy wrote: > 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.
Looks like glibc is playing tricks on us. Anyone knows of the rationale of having a non-implemented function in glibc? -- Bojan
