On Thu, Oct 07, 2004 at 08:42:05PM +0200, Radoslaw Zielinski wrote: > lubos klokner <[EMAIL PROTECTED]> [07-10-2004 19:03]: > > openwebmail doesn't work after apache upgrade. It works when I start > > it from console, but I get "Server error" when I connect using web > > browser. Here is output from error_log: > > (38)Function not implemented: poll failed waiting for CGI child > > Premature endof script headers: openwebmail.pl > > (38)Function not implemented: poll failed waiting for CGI child > > You're using a 2.4.x kernel. apr was built on 2.6 headers, and decided
It seems that not only headers, epoll is used on these archs, whose builders run on 2.6.x kernel - so it's ugly distro bug. > to use epoll_* functions (not implemented in 2.4). Workaround: rebuild > apr. Proper solution: -> apache bugzilla? Would apr_cv_epoll=no to apr's configure suffice? epoll has to be disabled in apr in Ac, as there is no runtime detection, only build-time. -- Jakub Bogusz http://cyber.cs.net.pl/~qboosh/ _______________________________________________ pld-devel-en mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
