compiling 2.3.5 on ubuntu

2006-07-10 Thread Py Py
Hi, list.I'm having a hard time trying to get a couple of tests to pass when compling Python 2.3.5 on Ubuntu Server Edition 6.06 LTS. I'm sure it's not too far removed from the desktop edition but, clearly, I need to tweak something or install some missling libs.uname -aLinux server 2.6.15-23-serve

compiling 2.3.5 on ubuntu

2006-07-10 Thread Py PY
(Apologies if this appears twice. I posted it yesterday and it was held due to a 'suspicious header') I'm having a hard time trying to get a couple of tests to pass when compling Python 2.3.5 on Ubuntu Server Edition 6.06 LTS. I'm sure it's not too far removed from the desktop edition but, clea

Re: compiling 2.3.5 on ubuntu

2006-07-16 Thread Py PY
Sorry to be a pest but is there anybody that could help me understand a) if any of this is a problem; and b) where I can learn how to fix it. Thank you very much for any pointers. On 2006-07-10 11:45:51 -0400, Py PY <[EMAIL PROTECTED]> said: > (Apologies if this appears twice. I posted it yeste

Re: compiling 2.3.5 on ubuntu

2006-07-16 Thread Justin Azoff
Py PY wrote: > (Apologies if this appears twice. I posted it yesterday and it was held > due to a 'suspicious header') > > I'm having a hard time trying to get a couple of tests to pass when > compling Python 2.3.5 on Ubuntu Server Edition 6.06 LTS. I'm sure it's > not too far removed from the desk

Re: compiling 2.3.5 on ubuntu

2006-07-17 Thread Steve Holden
Justin Azoff wrote: > Py PY wrote: > >>(Apologies if this appears twice. I posted it yesterday and it was held >>due to a 'suspicious header') >> >>I'm having a hard time trying to get a couple of tests to pass when >>compling Python 2.3.5 on Ubuntu Server Edition 6.06 LTS. I'm sure it's >>not too

Re: compiling 2.3.5 on ubuntu

2006-07-17 Thread Justin Azoff
Steve Holden wrote: > I'm quessing because (s)he wants to test programs on less recent > versions of Python. Ubuntu 5.10 was already up to Python 2.4.2, so I > can't imagine there's anything older on Ubuntu 6.06. > > regards > Steve Both are avaiaible... -- - Justin -- http://mail.python.or

Re: compiling 2.3.5 on ubuntu

2006-07-17 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Steve Holden wrote: >> Why are you compiling a package that is already built for you? >> > I'm quessing because (s)he wants to test programs on less recent > versions of Python. Ubuntu 5.10 was already up to Python 2.4.2, so I > can't imagine there's anything older on Ub

Re: compiling 2.3.5 on ubuntu

2006-07-20 Thread Anthony Baxter
On 7/17/06, Py PY <[EMAIL PROTECTED]> wrote: Sorry to be a pest but is there anybody that could help me understanda) if any of this is a problem; and b) where I can learn how to fix it. sudo apt-get build-dep python2.3 then rebuild. -- http://mail.python.org/mailman/listinfo/python-list