[Zope] Install Help

Jens Vagelpohl jens@zope.com
Fri, 28 Jun 2002 16:16:57 -0400


if you *must* use RPMs (which i personally never do when it comes to 
installing python) you can find out what RPM that library belongs to by 
going to http://rpmfind.net and putting it into the search box.

jens


On Friday, June 28, 2002, at 03:27 , Todd Loomis, DMSO ((SAIC)) wrote:

> Jens:
>
> I've tried to install python 2.1.3 (RH 7.3) however I get the following
> message:
>
> libdb-3.2.so   is needed by python2.1-2.1.3-1
>
> Todd
>
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jens
> Vagelpohl
> Sent: Friday, June 28, 2002 3:21 PM
> To: Todd Loomis, DMSO (SAIC)
> Cc: zope@zope.org
> Subject: Re: [Zope] Install Help
>
>
> 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