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 to use epoll_* functions (not implemented in 2.4). Workaround: rebuild apr. Proper solution: -> apache bugzilla? -- Radosław Zieliński <[EMAIL PROTECTED]> [ GPG key: http://radek.karnet.pl/ ]
pgpZIyHZuMK1m.pgp
Description: PGP signature
_______________________________________________ pld-devel-en mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
