Did you used --with-apxs=/path/to/your/httpd/bin/apxs ?
You run make install inside mod_wsgi dir, after a successful ./configure && make
Change the variables --with-python=/path/to/your/python and --with-apxs and try again.
I.E.: ( [ #mod_wsgi-3.4 $ ] ./configure --with-python=/opt/bin/python2.7 --with-apxs=/usr/local/apache2/bin/apxs )
That's my setup, yours can be different, depending on how did you install these couple.
2012/10/4 bedroomfireflys
<bedroom...@gmail.com>
To install the Apache module into the standard location for Apache modules as dictated by Apache for your installation, run: make install
All of my files relating to modwsgi are in one folder, the one I unzipped. When I ran "configure" i got an error and the file named Makefile.in was put in my home directory for some reason so I put it with the other files. I ran configure again and it was a sucess but the make file was also put into my home directory. I put it with the other files. I ran "make" and it appeared to be a success. I then ran "make install" in this same directory but it failed.
- In the above directions, is "Apache module" referring to modwsgi ?
- In which directory do I run "make install" ?
--
You received this message because you are subscribed to the Google Groups "modwsgi" group.
To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/0ieRnaIMxesJ.
To post to this group, send email to mod...@googlegroups.com.
To unsubscribe from this group, send email to modwsgi+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
--
[]'s
Filipe Cifali Stangler