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
On Tue, 16 May 2000, Sudhir Kumar wrote:
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
<dtml-newbie warning> you probably don't have python-devel installed. try rpm -q python-devel </dtml-newbie warning>
_______________________________________________ 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 )
-- ------------------------------------------------------ http://www.kedai.com.my/kk Am I Evil?
participants (2)
-
- -
Sudhir Kumar