Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Andrew Milton
+---[ Susan Day ]-- | Hi; | I'm trying to build 2.10.x on a CentOS 5.4 server. I get the error that I need to upgrade my Python from 2.4.3 to (I believe) | 2.4.6. The problem is that I really can't do that using rpms unless I roll my own. Before doing that I wanted to

Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan Day wrote: Hi; I'm trying to build 2.10.x on a CentOS 5.4 server. I get the error that I need to upgrade my Python from 2.4.3 to (I believe) 2.4.6. The problem is that I really can't do that using rpms unless I roll my own. Before doing

Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Susan Day
On Wed, Mar 24, 2010 at 9:12 AM, Tres Seaver tsea...@palladion.com wrote: You should be able to override the allowed versions of Python: $ cd /path/to/Zope-2.10.11 $ ./configure --with-python=/usr/bin/python make inplace I tried just that and got the following error: error: command

Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan Day wrote: On Wed, Mar 24, 2010 at 9:12 AM, Tres Seaver tsea...@palladion.com wrote: You should be able to override the allowed versions of Python: $ cd /path/to/Zope-2.10.11 $ ./configure --with-python=/usr/bin/python make inplace

Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Susan Day
On Wed, Mar 24, 2010 at 10:13 AM, Tres Seaver tsea...@palladion.com wrote: You need to show us the lines above that. You almost certainly need to have the python-dev (or python-devel) RPM installed too: it has the header files for Python. Bingo. That did it and got me in. Been years since