That it is using:

    
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2

indicates that it is compiling mod_wsgi against Apple's version of Apache httpd 
server and not XAMPP.

You need to set:

   APXS=/some/path/xampp/bin/apxs 

environment variable, where value is the path to 'apxs' provided by XAMPP. If 
they don't supply that script, you can't use it to build third party Apache 
modules.

Graham

> On 24 Oct 2018, at 11:15 am, Andres <[email protected]> wrote:
> 
> Here is the result of executing this command:
> pip install --verbose --no-cache-dir mod_wsgi
> Within my conda virtual env
> 
> -- 
> 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] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/modwsgi 
> <https://groups.google.com/group/modwsgi>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.
> <build_phase_output.txt>

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

Reply via email to