On 27 March 2010 13:53, David <[email protected]> wrote: > Since I compiled Python with the --enable-shared option, the Python > build should be good.
Yes and the other information shows you do have one. > 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? Yes. > So I only need to re-compile mod_python... how do I make it use the > shared library? It hopefully should pick it up so long as use --with-python option to mod_python configure to say which Python installation to use. Graham > 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. > > -- 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.
