[Zope] Zope Build Error on Red Hat 7.2
Quick Solutions
qscvs@attbi.com
22 Apr 2002 01:58:04 -0700
--=-DGgpZMtgBGU38GfDJ9XS
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi, All,
I am trying to build Zope 2.5.0 on RedHat 7.2 and get the following
error in the following attached error log.
I had Python 2.2.1 built and installed on my system OK.
I would really appreciate if someone can shed some light on this
problem? Thanks.
Marc
--=-DGgpZMtgBGU38GfDJ9XS
Content-Disposition: attachment; filename=err.log
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1
python w_pcgi.py
=3D=3D=3D>
Compiling extensions in lib/python
cp /usr/local/lib/python2.2/config/Makefile.pre.in .
make -f Makefile.pre.in boot PYTHON=3D/usr/local/bin/python
make: *** No rule to make target `boot'. Stop.
Traceback (most recent call last):
File "/opt/WebServer/w_pcgi.py", line 39, in ?
if __name__=3D=3D'__main__': main(sys.argv[0])
File "/opt/WebServer/w_pcgi.py", line 37, in main
import wo_pcgi; wo_pcgi.main(me)
File "/opt/WebServer/wo_pcgi.py", line 33, in main
import build_extensions
File "/opt/WebServer/inst/build_extensions.py", line 30, in ?
make('lib','python')
File "/opt/WebServer/inst/do.py", line 62, in make
do('make -f Makefile.pre.in boot PYTHON=3D%s' % sys.executable)
File "/opt/WebServer/inst/do.py", line 32, in do
if i and picky: raise SystemError, i
SystemError: 512
--=-DGgpZMtgBGU38GfDJ9XS--