But was it built when you had a shared library version of Python installed?
Send me the output of the 'make' for 'mod_python' when you build it and I can perhaps highlight a tweak you need to make to the Makefile to ensure using shared library for Python. Graham On 30 March 2010 05:04, David <[email protected]> wrote: > I went back and took a look at how I had built mod_python, and it > looks like it was already done the way you suggested... > > wget > http://mirror.csclub.uwaterloo.ca/apache/httpd/modpython/mod_python-3.3.1.tgz > tar xvfz mod_python-3.3.1.tgz > cd mod_python-3.3.1 > ./configure --with-python=/opt/python2.6/bin/python --with-apxs=/usr/ > sbin/apxs > make > make install > > Is the above wrong? Note: My site running on mod_python works fine > while the one running on mod_wsgi doesn't work at all. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
