Hello everyone, I got the tarball from https://github.com/GrahamDumpleton/mod_wsgi/releases, wsgi 4.6.4.
At this step: https://modwsgi.readthedocs.io/en/develop/user-guides/quick-installation-guide.html#building-the-source-code I get an error message not covered in the linked Installation issues: [Entire output running make] apxs -c -I/home/deonet/miniconda3/include/python3.6m -DNDEBUG -Wc,-g -Wc,-O2 src/server/mod_wsgi.c src/server/wsgi_*.c -L/home/deonet/miniconda3/lib -L/home/deonet/miniconda3/lib/python3.6/config-3.6m -lpython3.6m -lpthread -ldl -lutil -lrt -lm /bin/sh: 1: apxs: not found make: *** [src/server/mod_wsgi.la] Error 127 This is remniscent of the error here: https://modwsgi.readthedocs.io/en/develop/user-guides/installation-issues.html#mixing-32-bit-and-64-bit-packages , but doesn't look the same to me. It looks like the apxs command is not available, instead of that one about it failing. I'm attempting to add a python website in addition to a normal php one. Under the same apache. afaik, that shouldn't interfere with installation. Apache is running while im installing everything. I'd like to add that i'm new to both apache, linux, and apache-like programs in general. Therefore, if there's a possible solution that's "so obvious it's not worth mentioning", please mention it. I'm probably looking for it. Boring system information: Attempting to use wsgi 4.6.4 using python 3.6.5 (using: --with-python=/home/deonet/miniconda3/bin/python3 ) - Running that path directly gets me into the interpreter as expected Apache -V: Server version: Apache/2.2.22 (Ubuntu) system uname -a: Linux DEOPRICE 3.5.0-54-generic #81~precise1-Ubuntu SMP Tue Jul 15 04:05:58 UTC 2014 i686 i686 i386 GNU/Linux Thank you for your attention in advance. -- 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.
