[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: compiler cannot find mod_rewrite.h if it was included using --add-module="..." State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Mon Jul 5 17:16:59 PDT 1999 State-Changed-Why: Erm... then don't do that. The whole point of --add-module is to be used _only_ for simple third party modules that do not require any extra files. First, mod_rewrite isn't a third party module so you shouldn't be using add-module. Second, it requires more than one file so even if it was then add-module wouldn't be appropriate for it.