[Zope] Install error with Zope-2.2.0a1

Sudhir Kumar sudhirlabh@earthlink.net
Mon, 15 May 2000 23:47:37 -0400


When I try to install the release, I get the following error:

Compiling extensions in lib/python
cp /usr/lib/python1.5/config/Makefile.pre.in .
cp: /usr/lib/python1.5/config/Makefile.pre.in: No such file or directory

Traceback (innermost last):
  File "wo_pcgi.py", line 116, in ?
  File "wo_pcgi.py", line 104, in main
  File "/home/freeware/Zope2.2a/inst/build_extensions.py", line 96, in ?

    make('lib','python')
  File "/home/freeware/Zope2.2a/inst/do.py", line 133, in make
    do("cp %s ." % wheres_Makefile_pre_in())
  File "/home/freeware/Zope2.2a/inst/do.py", line 104, in do
    if i and picky: raise SystemError, i
SystemError: 256

I know I do not have the Makefile.pre.in file that it is looking for
as I did not install python from source. I am relying on RedHat 6.2
distribution.

What is the easiest way to fix this problem.

Thanks,
-- sudhir