9 Sep
2001
9 Sep
'01
4:55 a.m.
This looks like the py_malloc problem in Python 2.11, which causes segmenatation faults like you're seeing.
You need to recompile Python 2.11 without py_malloc.
no dice. i got the python rpm source, and rebuilt it with --without-pymalloc and zope still restarts. i also tried the rpm binaries from python.org fyi, i have both python versions installed. i just removed /usr/bin/python and symlink /usr/bin/python2 to /usr/bin/python. will this cause problems? i am not too sure myself. i'll try installing from source( not rpm source). p/s - localfs dont work with zope-2.4.x?