I have previously had python installed because of postfix. I then installed Django. Next, I tried to install mod_wsgi for deploying a Django application. I get this error:
make: * [mod_wsgi.la] error 1
Apparently it is due to an older version of python. I tried to install a newer version of python but I still get the same problem. This is what I have installed:
/usr/lib/python2.4/ /usr/lib/python2.5
I am trying to specify which python installation to use when running Make for mod_wsgi.
Any ideas?
Thanks.