I bet it's availible in rpmforge. Not sure, but that might of been where I find it. ------Original Message------ From: Tom Brown Sender: centos-bounces@centos.org To: CentOS Mailing list ReplyTo: CentOS Mailing list Sent: Apr 7, 2009 09:30 Subject: [CentOS] python 2.4 - CentOS 4.7
I cant currently change the OS on this box but i need to have python 2.4 on it.
Does anyone know if there is a python 2.4 rpm available for CentOS 4 ?
thanks _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Sent from my Verizon Wireless BlackBerry
Sorry. :O. I know I got that Python SOMEWHERE. Sent from my Verizon Wireless BlackBerry
-----Original Message----- From: Ralph Angenendt ra+centos@br-online.de
Date: Tue, 7 Apr 2009 16:02:04 To: centos@centos.org Subject: Re: [CentOS] python 2.4 - CentOS 4.7
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Tom Brown wrote:
Sorry. :O. I know I got that Python SOMEWHERE.
lets see how far i get building it from .src.rpm
Careful - Red Hat uses python for a lot of stuff so you need to make sure ant 2.4 rpm you build does not conflict with system python.
My recommendation would be to compile from source and install it in /usr/local
On Tue, Apr 7, 2009 at 10:08 AM, Michael A. Peters mpeters@mac.com wrote:
Tom Brown wrote:
Sorry. :O. I know I got that Python SOMEWHERE.
lets see how far i get building it from .src.rpm
Careful - Red Hat uses python for a lot of stuff so you need to make sure ant 2.4 rpm you build does not conflict with system python.
My recommendation would be to compile from source and install it in /usr/local
Before doing that, best to install checkinstall so it can be uninstalled properly. Someone on the list recommended checkinstall to me, a month or two ago.
On Tue, 2009-04-07 at 15:16 +0100, Tom Brown wrote:
Sorry. :O. I know I got that Python SOMEWHERE.
lets see how far i get building it from .src.rpm
Don't compile it from the EL5 or Fedora python SRPMs. Get the compat-python24 SRPM from RPM Fusion and rebuild that.