Apache-DSO-Fastcgi-Zope-ZEO installation
I am trying to follow this (Apache-DSO-Fastcgi-Zope-ZEO installation) howto but using python 2.2 instead of python 2.1.2. The wo_pcgi.py throws an exception as follows: Compiling extensions in lib/python cp /usr/local/lib/python2.2/config/Makefile.pre.in . cp: cannot stat `/usr/local/lib/python2.2/config/Makefile.pre.in': No such file or directory Traceback (most recent call last): File "wo_pcgi.py", line 45, in ? File "wo_pcgi.py", line 33, in main File "/usr/src/Zope-2.5.0-src/inst/build_extensions.py", line 30, in ? make('lib','python') File "/usr/src/Zope-2.5.0-src/inst/do.py", line 61, in make do("cp %s ." % wheres_Makefile_pre_in()) File "/usr/src/Zope-2.5.0-src/inst/do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 256 Any suggestions?
this is a FAQ: python 2.2 is not officially supported. use python 2.1.2 instead. jens On Tuesday, February 26, 2002, at 10:01 , Matt Gregory wrote:
I am trying to follow this (Apache-DSO-Fastcgi-Zope-ZEO installation) howto but using python 2.2 instead of python 2.1.2. The wo_pcgi.py throws an exception as follows:
Compiling extensions in lib/python cp /usr/local/lib/python2.2/config/Makefile.pre.in . cp: cannot stat `/usr/local/lib/python2.2/config/Makefile.pre.in': No such file or directory Traceback (most recent call last): File "wo_pcgi.py", line 45, in ? File "wo_pcgi.py", line 33, in main File "/usr/src/Zope-2.5.0-src/inst/build_extensions.py", line 30, in ? make('lib','python') File "/usr/src/Zope-2.5.0-src/inst/do.py", line 61, in make do("cp %s ." % wheres_Makefile_pre_in()) File "/usr/src/Zope-2.5.0-src/inst/do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 256
Any suggestions?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Jens Vagelpohl -
Matt Gregory