I'm getting this on two XF_64 systems by running "yum update" today. Perhaps Python 2.4 is missing some lib64 libraries?
--> Running transaction check ---> Package python.x86_64 0:2.4.3-24.el5_3.6 set to be updated ---> Package tkinter.x86_64 0:2.4.3-24.el5_3.6 set to be updated --> Processing Dependency: /usr/lib64/python2.4 for package: libxslt-python --> Processing Dependency: /usr/lib64/python2.4 for package: gamin-python --> Processing Dependency: /usr/lib64/python2.4 for package: libxml2-python --> Finished Dependency Resolution libxml2-python-2.6.26-2.1.2.7.x86_64 from installed has depsolving problems --> Missing Dependency: /usr/lib64/python2.4 is needed by package libxml2-python-2.6.26-2.1.2.7.x86_64 (installed) gamin-python-0.1.7-8.el5.x86_64 from installed has depsolving problems --> Missing Dependency: /usr/lib64/python2.4 is needed by package gamin-python-0.1.7-8.el5.x86_64 (installed) libxslt-python-1.1.17-2.el5_2.2.x86_64 from installed has depsolving problems --> Missing Dependency: /usr/lib64/python2.4 is needed by package libxslt-python-1.1.17-2.el5_2.2.x86_64 (installed) Error: Missing Dependency: /usr/lib64/python2.4 is needed by package libxslt-python-1.1.17-2.el5_2.2.x86_64 (installed) Error: Missing Dependency: /usr/lib64/python2.4 is needed by package libxml2-python-2.6.26-2.1.2.7.x86_64 (installed) Error: Missing Dependency: /usr/lib64/python2.4 is needed by package gamin-python-0.1.7-8.el5.x86_64 (installed)
Hi,
On Tue, Aug 4, 2009 at 16:18, Curt Millshacker@fluke.com wrote:
I'm getting this on two XF_64 systems by running "yum update" today. Perhaps Python 2.4 is missing some lib64 libraries?
It's a known problem, apparently a bug in yum...
Run "yum clean all", after that your "yum update" should work fine.
HTH, Filipe
On Tue, Aug 4, 2009 at 1:21 PM, Filipe Brandenburgerfilbranden@gmail.com wrote:
Hi,
On Tue, Aug 4, 2009 at 16:18, Curt Millshacker@fluke.com wrote:
I'm getting this on two XF_64 systems by running "yum update" today. Perhaps Python 2.4 is missing some lib64 libraries?
It's a known problem, apparently a bug in yum...
That bug might be the one reported in this errata:
http://rhn.redhat.com/errata/RHBA-2009-0440.html
The patch was released as a FasTrack update and is available from http://elrepo.org at:
http://elrepo.org/linux/fasttrack/el5/
Akemi
On Tue, 4 Aug 2009, Filipe Brandenburger wrote:
On Tue, Aug 4, 2009 at 16:18, Curt Millshacker@fluke.com wrote:
I'm getting this on two XF_64 systems by running "yum update" today. Perhaps Python 2.4 is missing some lib64 libraries?
It's a known problem, apparently a bug in yum...
Run "yum clean all", after that your "yum update" should work fine.
Thanks everyone: I got three responses in about 15 minutes to my query, all of them helpful. It's up and running!
I ran into this problem as well. My system suddenly made python depend on tomcat5-admin-webapps which in turn wanted to drag down the entire tomcat55 and java packages etc, total of 79 extra packages and 119MB.
'yum clean all' fixed it. Now only the python was flagged for download and upgrade :)
/Christopher Thorjussen
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Curt Mills Sent: 6. august 2009 02:19 To: CentOS mailing list Subject: Re: [CentOS] Python 2.4 64-bit problem w/CentOS5.3?
On Tue, 4 Aug 2009, Filipe Brandenburger wrote:
On Tue, Aug 4, 2009 at 16:18, Curt Millshacker@fluke.com wrote:
I'm getting this on two XF_64 systems by running "yum update" today. Perhaps Python 2.4 is missing some lib64 libraries?
It's a known problem, apparently a bug in yum...
Run "yum clean all", after that your "yum update" should work fine.
Thanks everyone: I got three responses in about 15 minutes to my query, all of them helpful. It's up and running!
Curt Mills wrote:
I'm getting this on two XF_64 systems by running "yum update" today. Perhaps Python 2.4 is missing some lib64 libraries?
I'm getting this error on 32 bit systems as well.
yum clean all
Then run your updates again, and it worked fine after that.
Regards, Max