Getting error while install mod_wsgi on centos6.3 with python 2.7
- by user825904
In initially installed yum install mod_wsgi and i think it was linked with python 2.6
Now is there any way to link it with 2.7
I tried configuring from the source and i get this error
apxs -c -I/usr/local/include/python2.7 -DNDEBUG mod_wsgi.c -L/usr/local/lib -L/usr/local/lib/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm…