https://issues.apache.org/bugzilla/show_bug.cgi?id=50249
Summary: mod_fcgid doesn't build against APR trunk
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mod_fcgid
AssignedTo: [email protected]
ReportedBy: [email protected]
apr_wait_for_io_or_timeout() is not part of the API but used to be in an
accessible header (apr_support.h). I guess the header is no longer installed.
modules/fcgid/fcgid_pm_unix.c: rv =
apr_wait_for_io_or_timeout(g_pm_read_pipe, NULL, FOR_READ);
this dep was removed from the core filters when the internal apr_support was
better hidden
http://svn.apache.org/viewvc?view=revision&revision=343999
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]