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. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
