[Zope] Zope and Python on FreeBSD 5.1

Barry Pederson bp at barryp.org
Mon Jan 19 11:23:55 EST 2004


george donnelly wrote:
> Sergey Volobuev <zope at phpv.khv.ru> on 1/19/04 wrote:
> 
> 
>>I've expiriensed frequent Zope crashes on FreeBSD. The problem was 
>>solved after installing python 2.1.3 from ports. The bug is fixed in 
>>ports since (don't remember exactly, but a long time ago). Just don't 
>>build python yourself.
> 
> 
> 
> you can build python yourself, but you will need to patch it with the
> infamous patch.
> 
> with python 2.3.x you need to set CFLAGS, or that is the only way i have
> discovered so far, in the short time i have put into it.

If you're building Python 2.3.x from the FreeBSD port, I think all you 
have to do is use the WANT_HUGE_STACK_SIZE knob, something like:

    cd /usr/ports/lang/python
    make WANT_HUGE_STACK_SIZE=1 install

I've been doing that for a while now, and haven't seen any problems with 
  Zope 2.7 or Plone 2.0

	Barry



More information about the Zope mailing list