[modwsgi] Re: mod_wsgi prevents apache start following update

2012-10-03 Thread Jake
Hi Graham, thanks for the pointer but it hasn't worked. Here is what I entere into terminal; hostname:mod_wsgi-3.4 user$ ./configure --with-python=/Library/Frameworks/Python.framework/Versions/3.2/bin/python3 --disable-framework checking for apxs2... no checking for apxs... /usr/sbin/apxs

Re: [modwsgi] Re: mod_wsgi prevents apache start following update

2012-10-03 Thread Graham Dumpleton
Run 'make distclean' in the directory before you rerun configure. You still had old build results lying around by the look of it. On 4 October 2012 05:08, Jake jake.griff...@realspaces.com wrote: Hi Graham, thanks for the pointer but it hasn't worked. Here is what I entere into terminal;

[modwsgi] Re: mod_wsgi prevents apache start following update

2012-10-03 Thread Jake
I had deleted the previous download and started with a clean one. Not sure if the 'make distclean' will do anything. I ran it anyway and got the following ; make: *** No rule to make target `distclean'. Stop. Which I think is to be expected. On Wednesday, October 3, 2012 12:02:16 AM UTC+1,

Re: [modwsgi] Re: mod_wsgi prevents apache start following update

2012-10-03 Thread Graham Dumpleton
The output you gave showed: hostname:mod_wsgi-3.4 user$ make make: Nothing to be done for `all'. which indicated that make had already been run in the directory again. From that fresh source code, do the configure and make and then run: otool -L .libs/mod_wsgi.so without doing an install.