On 23 June 2012 23:21, Gnarlodious <[email protected]> wrote:
> I see that in the next greatest OSX Server mod_wsgi is built-in! Woohoo,
> good work! The module is located at:
> /Applications/Server.app/Contents/ServerRoot/usr/libexec/apache2/mod_wsgi.so

First I knew of this.

> Unfortunately it comes precompiled for the older Python which works well out
> of the box except that my webapp uses Py3 with daemon mode so the default
> webapp setup doesn't work. Trying to build my own I see the Make file
> doesn't work because they gave up on the gcc compiler formerly found in:
> /Developer/.
> Rumor has it they have embraced a newfangled Clang compiler located
> somewhere in
> /Applications/Xcode.app/Contents/Developer/
> but exactly what is the compiler file? A little confused by all this. Has a
> Makefile script been made available for this version of OSX?

If you are building from source code, what compiler is used is
dictated by the apxs configuration of Apache. Further options to be
used at compile time are dictated by apxs and also Python
installation. So long as their Apache installation has developer
header files and apxs setup properly to use the new compiler then all
should be fine. If they haven't done that and Apache is still setup to
try and use gcc when compiling Apache modules then that is a mistake
on their part.

What do you get when you run:

apxs -q CC

on the system?

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to