[Zope] Install Help

Jens Vagelpohl jens@zope.com
Fri, 28 Jun 2002 15:20:54 -0400


you are trying to build zope using python2.2. this is not officially 
supported. use python 2.1.3 instead.

jens


On Friday, June 28, 2002, at 01:20 , Todd Loomis, DMSO ((SAIC)) wrote:

> Hi:
>
> Everytime I try to python wo_pcgi.py I get the following error:
>
> ----------------------------------------------------------------------------
> --
> Deleting '.pyc' and '.pyo' files recursively under /tmp/Zope-2.5.1-src...
> Done.
>
> ----------------------------------------------------------------------------
> --
> Compiling python modules
>
> ----------------------------------------------------------------------------
> --
> Building extension modules
> cp ./lib/python/Setup20 ./lib/python/Setup
>
> ------------------------------------------------
> Compiling extensions in lib/python
> cp /usr/lib/python2.2/config/Makefile.pre.in .
> cp: cannot stat `/usr/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 "/tmp/Zope-2.5.1-src/inst/build_extensions.py", line 30, in ?
>     make('lib','python')
>   File "/tmp/Zope-2.5.1-src/inst/do.py", line 61, in make
>     do("cp %s ." % wheres_Makefile_pre_in())
>   File "/tmp/Zope-2.5.1-src/inst/do.py", line 32, in do
>     if i and picky: raise SystemError, i
> SystemError: 256
> ----------------------------------------------------------------------------
> --
>
> Can anybody suggest why I keep getting this? I have python, python1.5,
> python2, python2.2 on my machince and no of them will work. I tried to
> install python2.1.3 however it keeps coming up with this message:
>
> libdb-3.2.so   is needed by python2.1-2.1.3-1
>
> And I can't find it anywhere. Any help will be great.
>
> Thanks,
> Todd