Since I compiled Python with the --enable-shared option, the Python build should be good.
Since the ldd on mod_wsgi yielded "libpython2.6.so.1.0 => /opt/ python2.6/lib/libpython2.6.so.1.0", does that mean mod_wsgi is already using shared libraries? So I only need to re-compile mod_python... how do I make it use the shared library? David -- 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.
