Jun 14, 2003 11:10
I'm trying to install Plone CMS on an Open BSD 3.3 server. I actually managed to get Python, Zope, CMF and Plone installed, (ok, with lots of help already) but apparently I need the THREAD_STACKS_SIZE patch for python. I've downloaded the patch but have no idea what to do with it. The freakin explanation is 'just re-build the Python 2.1 port with "-DTHREAD_STACK_SIZE=0x20000" specified as an argument to the make command'. OK but simply sticking the patch in the build directory and rebuilding as stated does not work.
Do I need to execute the patch file somehow? Rename it? Manually append the patch to the original file? I have no idea!
Anyone have a clue you to lend???