RE: [Zope] Zope Build Failure
Yes...That took care of my problem. I am new to Zope and I was trying to build on Linux/390. I was wondering if Linux/390 was causing the problems. Samy Rengasamy. -----Original Message----- From: Jens Vagelpohl [mailto:jens@zope.com] Sent: Friday, March 22, 2002 10:45 AM To: Rengasamy, Samy Cc: 'zope@zope.org' Subject: Re: [Zope] Zope Build Failure this is a FAQ. zope is not compatible with python 2.2. use python 2.1.2 instead. jens On Friday, March 22, 2002, at 11:20 , Rengasamy, Samy wrote:
I installed Python-2.2 at /usr/share/apps/Python.
I did the following: $ export LD_LIBRARY_PATH=/usr/share/apps/Python/lib/python2.2:$LD_LIBRARY_PATH $ export PATH=/usr/share/apps/Python/bin:$PATH
Untarred Zope-2.5.0-src at /usr/share/apps and did:
$ python w_pcgi.py
The above failed as it could not locate Makefile.pre.in at /usr/share/apps/Python/lib/python2.2/config
Then I copied it from /usr/share/apps/Python-2.2/Makefile.pre.in.
Now it fails saying target boot not found in the Makefile.
Am I missing a step here?
Thanks in Advance,
Samy Rengasamy.
_______________________________________________ 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 )
participants (1)
-
Rengasamy, Samy