2009/3/21 Nimrod A. Abing <[email protected]>: > > On Sat, Mar 21, 2009 at 5:20 AM, Graham Dumpleton > <[email protected]> wrote: >> >> 2009/3/20 vishnu.kumar <[email protected]>: >>> >>> Hi, >>> sorry but its already >>> LDFLAGS = -L/usr/lib64/python2.4/config >> >> Sorry, no it isn't, read properly what I am posting >> >> Change that so it reads: >> >> Â LDFLAGS = -L/usr/lib64 -L/usr/lib64/python2.4/config >> >> So, as I said, insert then additional (different) option. >> >> This will make it look in that first directory for the shared library. > > As I am using the same CentOS version on one server, I can confirm > that using the above edit to the Makefile will build mod_wsgi with > shared Python library linked to it.
FWIW, mod_wsgi 2.4 and 3.0 will add that directory automatically to library search path. Seen enough variations in systems now to know it shouldn't cause more problems than good. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
