Menu

#1 patch needed for Apache 2.2.x

closed
nobody
None
5
2014-08-21
2005-12-11
No

Hi,
although you have the defines already in - that doesnt
work unless you include apr_version.h:

--- mod_bw.c.orig Sun Dec 11 23:07:54 2005
+++ mod_bw.c Sun Dec 11 23:23:00 2005
@@ -37,6 +37,7 @@
#include "apr_atomic.h"
#include "apr_lib.h"
#include "apr_shm.h"
+#include "apr_version.h" /* or else we'll never
se APR_MAJOR_VERSION */
#include "ap_config.h"
#include "util_filter.h"
#include "ap_mpm.h"

greets, Guenter.

Discussion

  • Ivan Barrera

    Ivan Barrera - 2006-04-23

    Logged In: YES
    user_id=289551

    Hi

    Thanks for the patch.
    However, the correct way, is to delete the defines. Those
    were put to address compatibility with apache 2.1

     
  • Ivan Barrera

    Ivan Barrera - 2006-04-23
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.