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
Redhat 7.2 # locate libdb-3.2.so /usr/lib/libdb-3.2.so /lib/libdb-3.2.so # rpm -qf /usr/lib/libdb-3.2.so db3-devel-3.2.9-4 # rpm -qf /lib/libdb-3.2.so db3-3.2.9-4 # :-) Adam At 01:20 PM 6/28/2002 -0400, 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
_______________________________________________ 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 )
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 ---------------------------------------------------------------------------
Hi: I'm using RH 7.3. any difference? Todd -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Adam Manock Sent: Friday, June 28, 2002 2:16 PM To: zope@zope.org Subject: Re: [Zope] Install Help Redhat 7.2 # locate libdb-3.2.so /usr/lib/libdb-3.2.so /lib/libdb-3.2.so # rpm -qf /usr/lib/libdb-3.2.so db3-devel-3.2.9-4 # rpm -qf /lib/libdb-3.2.so db3-3.2.9-4 # :-) Adam At 01:20 PM 6/28/2002 -0400, Todd Loomis, DMSO \(SAIC\) wrote: - - - -
--
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
_______________________________________________ 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 )
_______________________________________________ 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 )
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
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
_______________________________________________ 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 )
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
On 28/6/02 6:20 pm, "Todd Loomis, DMSO (SAIC)" <tloomis@dmso.mil> wrote:
Hi:
Everytime I try to python wo_pcgi.py I get the following error:
[snip]
------------------------------------------------ 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 ----------------------------------------------------------------------------
Todd, You don't say what system you're running on, but this is a symptom of not using gnu tar on the Zope tar file. I usually type % tar zxf Zope.tgz And then do the python wo_pcgi.py dance. It works fine then (make sure you use the same python you're going to run zope with). I'm a bit rusty with this stuff at the moment, so I did a google to check on things, this url came up with some pertinent information; http://www.zopenewbies.net/faq.html Hth Tone. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
participants (4)
-
Adam Manock -
Jens Vagelpohl -
Todd Loomis, DMSO (SAIC) -
Tony McDonald