Hi,
My VPS configurations are:

   - CentOS 6.6
   - Apache/2.2.15
   - Python2.6 (default-comes with CentOS6)
   - Python2.7 installed in parallel

*[root@server ~]# ldd  /etc/httpd/modules/mod_wsgi.so*
        linux-vdso.so.1 =>  (0x00007fff9f3f5000)
        libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 
(0x00007fc8440b0000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc843e93000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fc843c8e000)
        libutil.so.1 => /lib64/libutil.so.1 (0x00007fc843a8b000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fc843807000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fc843472000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fc844685000)

Having run the above command, the results seem to indicate that mod_wsgi.so 
is still using the default Python2.6 and this may be the cause of the 
Syntax errors/conflict.

Which is why I want to remove my current mod_wsgi installation and 
re-install it with appropriate settings to use Python2.7 instead.

*Please help if you know a way to uninstall mod_wsgi. Thanks 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 modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to