On Mon, 2010-06-28 at 12:28 -0500, Dan Connolly wrote: > On Mon, 2010-06-28 at 10:51 -0500, Dan Connolly wrote: > > I seem to be hitting the pyexpat issue... > > > > Anybody want to remind me of the fix or work-around? > > Perhaps I can find it myself... > > OK, so I found > http://code.google.com/p/modwsgi/wiki/IssuesWithExpatLibrary > > and I re-built apache with --disable-expat. > Now lsof shows no libexpat.so at all.
Not util it's dynamically loaded, that is. tee hee. > But I'm still getting a SEGV in roughly the same place: The fix was: 1) sudo zypper install libexpat-devel 2) add --with-expat=/usr/lib to apache config options and recompile. That IssuesWithExpatLibrary doc is really quite nice. Thanks! -- 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.
