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