Closed GoogleCodeExporter closed 8 years ago
Version 2.X of mod_wsgi will not support Apache 2.3+. You will need to use
mod_wsgi 3.X.
Even then, not all these issues are resolved by that version at this time as I
don't bother checking compilation
against Apache 2.3+ very often because they kept changing stuff and breaking
things. Likely that I would have
waited until they had a beta available to see what needed to be changed or
whether mod_wsgi would even be
able to work with Apache 2.3+.
I'll try and have a look to see if issues can be quickly resolved.
Original comment by Graham.Dumpleton@gmail.com
on 8 Nov 2009 at 6:08
After a quick look, can't do anything about this right now as httpd trunk with
APR/APR-UTIL 1.4 fails during
configure on MacOS X 10.5. So, not even possible to build trunk Apache to check
against.
Original comment by Graham.Dumpleton@gmail.com
on 8 Nov 2009 at 6:36
Managed to get further in trying to build Apache 2.3 on MacOS X 10.5, but still
ultimately fails due to 'configure'
not expanding variables properly in makefiles for dependent libraries.
All the same, worked out that of above issues, since already had changes for
others, only that for
ap_my_generation and ap_unixd_config would probably be an issue and have
incorporated fixes in revision 1468
of mod_wsgi subversion repository trunk that will hopefully work. I have though
only be able to compile test
them on Apache 2.2 to verify that changes don't at least break things for
current Apache.
Try checking out subversion trunk root and see if that works:
svn co http://modwsgi.googlecode.com/svn/trunk/mod_wsgi mod_wsgi-trunk
Let me know then what doesn't work.
Original comment by Graham.Dumpleton@gmail.com
on 8 Nov 2009 at 11:08
It seems to work now. I noticed that problem related to ap_requires() has been
already fixed in r1087. I think that this bug can be closed.
Original comment by Arfrever...@gmail.com
on 8 Nov 2009 at 3:39
Original comment by Graham.Dumpleton@gmail.com
on 8 Nov 2009 at 10:27
Original issue reported on code.google.com by
Arfrever...@gmail.com
on 7 Nov 2009 at 5:45