You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/07/20 05:35:55 UTC

DO NOT REPLY [Bug 45438] New: mod_rewrite.h inaccessible by apxs

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: bugs@httpd.apache.org
        ReportedBy: noah.robin@gmail.com


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 45438] mod_rewrite.h inaccessible by apxs

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45438

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Eric Covener <co...@gmail.com> ---
fixed in 2.2.11

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45438] mod_rewrite.h inaccessible by apxs

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45438





--- Comment #1 from Noah <no...@gmail.com>  2008-07-19 21:22:43 PST ---
Created an attachment (id=22285)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22285)
Diff to Makefile.in to copy mod_rewrite.h to the $installdir/include


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org