[Zope] More Problems Compiling from Source Code

Jens Vagelpohl jens@digicool.com
Sat, 23 Dec 2000 11:42:57 -0500


ben,

python 2.0 is not officially supported yet. you will need to install the
supported version (python 1.5.2).

jens


on 12/23/00 5:22, Ben Ocean at beno@TheWebsons.com wrote:

> Hi,
> I'm trying to recompile Zope from the source because of a module I want to
> include to better enable MySQL. I'm running into a problem when I try to
> execute this:
> python wo_pcgi.py
> It executes a bunch then chokes here:
> 
> gcc -fpic  -g -O2 -Wall -Wstrict-prototypes -I/usr/local/include/python2.0 -
> I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c
> ./../Components/cPickle/cPickle.c
> ./../Components/cPickle/cPickle.c:57: mymath.h: No such file or directory
> make: *** [cPickle.o] Error 1
> Traceback (most recent call last):
> File "wo_pcgi.py", line 116, in ?
> File "wo_pcgi.py", line 104, in main
> File "/apache/vhosts/Zope-2.2.4-src/inst/build_extensions.py", line 96, in
> ?
>   make('lib','python')
> File "/apache/vhosts/Zope-2.2.4-src/inst/do.py", line 135, in make
>   do('make')
> File "/apache/vhosts/Zope-2.2.4-src/inst/do.py", line 104, in do
>   if i and picky: raise SystemError, i
> SystemError: 512
> 
> I dunno what the problem is with the cPickle, I believe the install of
> python-2.0 was clean, any suggestions?
> TIA,
> BenO
>