> On 15 Dec 2016, at 1:08 AM, [email protected] wrote: > > Hi, > > I'm having problems compiling mod_wsgi.so for: > Apache/2.4.20 (Win64) > Python2.7 > VC9 > > does someone has the compiled binary for these options?
How are you trying to compile it? What steps are you following and with what build files etc? What is URL link to any instructions? What is the actual problem? Compiling mod_wsgi for Python 2.7 is a bit of a problem for various reasons. This is because Python 2.7 was compiled with VC9, yet Apache versions tend now to only be available for VC14 and technically it may not work when mixing VC9 object binaries with VC14 object binaries. So as well as the above, what Microsoft C/C++ compiler are you using? Where did you get the Apache 2.4 binary? Are you using all 32 bit, or all 64 bit packages? Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
