https://issues.apache.org/bugzilla/show_bug.cgi?id=45438
Summary: mod_rewrite.h inaccessible by apxs
Product: Apache httpd-2
Version: 2.2.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
With the addition of the ability to create custom internal rewritemaps comes
the need to include mod_rewrite.h in any modules wishing to implement this
feature, however mod_rewrite.h doesn't get installed into $installdir/include.
Thus, when one attempts to build a rewritemap module with apxs, things fail
horribly. This is obviously easy enough to work around in various ways, but
given that other modules have their header files in $installdir/include, such
workarounds shouldn't be needed. The attached one-line patch resolves this
issue.
--
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]