Re building Python and mod_wsgi
问题 I had a problem which i described here mod_wsgi Apache error with django app finally I got to the point where i need to rebuild mod_wsgi. The server is RHEL 6, so have python 2.6 installed by default and in order to run some stuffs another admin installed python 2.7 additionally Now, I have this problem /usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC According to https:/