I'm using Mac OS X Mavericks and was trying to install mod_wsgi today. I typed ./configure in terminal and the following shows up:
$ ./configure checking for apxs2... no checking for apxs... /usr/sbin/apxs checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for prctl... no checking Apache version... 2.2.26 checking for python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python And it get stuck in the last step for hours. I have just downloaded Python 3.4.1 from https://www.python.org/downloads/ yesterday, and have re-installed it. Python itself works fine, and the path is correct. I tried the same on another macbook and it finished the checking for python step instantly, so I suppose it's abnormal. Does anyone has encountered similar problem or have an idea of any solutions? Thanks, Ivy -- 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 http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
