Zope install error on Fedora Core 1
Hello. I am installing Zope 2.7 on Fedora Core 1. First, I have installed the Python python2.3-2.3.3-2pydotorg.i386.rpm alongside the existing Python 2.2. That went well. Then I began the zope install with: "./configure --prefix=/var/zope" That worked: "The optimum Python version (2.3.3) was found at /usr/bin/python2.3." Then I ran: make Which died with the error: "error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) make: *** [build] Error 1" I have no idea how to proceed. Does anyone have any suggestions? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Install the python-dev package for that version of Python. You may also need the python-distutils package (dunno if distutils is packaged separately in Fedora core). On Fri, 2004-03-26 at 16:33, hpinson@indepthl.com wrote:
Hello. I am installing Zope 2.7 on Fedora Core 1.
First, I have installed the Python python2.3-2.3.3-2pydotorg.i386.rpm alongside the existing Python 2.2. That went well.
Then I began the zope install with:
"./configure --prefix=/var/zope"
That worked:
"The optimum Python version (2.3.3) was found at /usr/bin/python2.3."
Then I ran: make
Which died with the error:
"error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) make: *** [build] Error 1"
I have no idea how to proceed. Does anyone have any suggestions?
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Install the python-dev package for that version of Python. You may also need the python-distutils package (dunno if distutils is packaged separately in Fedora core).
Thank you Chris, that did the trick. So, for all you trying to install Zope 2.7 on Fedora Core 1 Go to: http://www.python.org/2.3.3/rpms.html get and install: python2.3-2.3.3-2pydotorg.i386.rpm python2.3-devel-2.3.3-2pydotorg.i386.rpm i.e.: rpmm -ivh python2.3-2.3.3-2pydotorg.i386.rpm python2.3-devel-2.3.3- 2pydotorg.i386.rpm There are other packages at python.org too that I did not install-- and may need, but make and make install worked with those two. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
The python-dev package should be on the Fedora image I beleive. I installed Fedora core 1 and Zope 2.7.x and am set up as: Zope Version (unreleased version, python 2.3.3, linux2) Python Version 2.3.3 (#1, Feb 7 2004, 17:28:49) [GCC 3.3.2 20031022 (Red Hat Linux 3.3.2-1)] System Platform linux2 and had no problems installing Zope. But as with all RedHat/Fedora installs I always choose custom and deliberately choose all python support files. Thomas On Fri, 26 Mar 2004 14:51:03 -0700, <hpinson@indepthl.com> wrote:
Install the python-dev package for that version of Python. You may also need the python-distutils package (dunno if distutils is packaged separately in Fedora core).
Thank you Chris, that did the trick.
So, for all you trying to install Zope 2.7 on Fedora Core 1
Go to: http://www.python.org/2.3.3/rpms.html
get and install:
python2.3-2.3.3-2pydotorg.i386.rpm python2.3-devel-2.3.3-2pydotorg.i386.rpm
i.e.: rpmm -ivh python2.3-2.3.3-2pydotorg.i386.rpm python2.3-devel-2.3.3- 2pydotorg.i386.rpm
There are other packages at python.org too that I did not install-- and may need, but make and make install worked with those two.
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
participants (4)
-
Chris McDonough -
hpinson@indepthl.com -
Jens Vagelpohl -
Thomas Bennett