Try running it as:

  sh -x ./configure

and monitor the verbose output. See what command it gets stuck at or if it is 
looping.

Also note that it isn't using the Python 3.4.1 but is still using a Python 2.7 
installation.

What do you get when you run:

  which python

and where is python3.4 installed. What do you get for:

  which python3.4

Also, it is using a non Apple Python 2.7 installation under /Library. The Apple 
Python versions wouldn't be there.

So there could be something wrong with that separate Python installation you 
installed, especially if that was installed before you upgraded to Mavericks.

Where did that separate Python 2.7 installation come from?

Graham

On 29/08/2014, at 6:18 AM, Ivy Zheng <[email protected]> wrote:

> 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.

-- 
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.

Reply via email to