Craig Warren
craig.warren at encorp.com
Wed Jan 26 19:00:11 EST 2005
I have found that you need version 1.95.8 of expat. I had the same problem and was using version 1.95.7 before Fedora Core 2 [cwarren at lapbob clean]$ rpm -qi expat Name : expat Relocations: (not relocatable) Version : 1.95.8 Vendor: (none) Release : 4 Build Date: Tue 28 Dec 2004 02:55:23 PM MST Install Date: Tue 28 Dec 2004 02:55:53 PM MST Build Host: lapbob Group : System Environment/Libraries Source RPM: expat-1.95.8-4.src.rpm Size : 157806 License: BSD Signature : (none) URL : http://www.libexpat.org/ Summary : A library for parsing XML. Marco Catunda wrote: > I haven't been able to use xmlrpclib with mod_python. > When I import xmlrpclib the apache server crash (segmentation fault), > the following code will be show it. > > ===================================== > from mod_python import apache > import xmlrpclib > > def handler( req ): > req.write("Hello World!") > return apache.OK > ===================================== > > My system: > RedHat ES 3 > Apache 2.0.52 > Python 2.4 > > Is there a way to fix it? > > Thanks > -- > Marco Catunda > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|