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.
As far as I am aware, Zope does not officially support Python 2.2 yet. The most recent versions of Zope have been officially compatible with Python 2.1.2. That may not be the problem you're having though. Harry On Friday 22 March 2002 4:20 pm, 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.
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 (3)
-
Harry Wilkinson -
Jens Vagelpohl -
Rengasamy, Samy