there is a python update
...snippel $ yum update ... Updating: python i386 2.4.3-24.el5_3.6 updates 5.9 M Installing for dependencies: kernel-PAE i686 2.6.18-128.1.6.el5 updates 15 M snappel...
why does it require kernel-PAE ? manual download and install via $ rpm -Fvh python... worked without the need for another kernel.
Markus Falb wrote:
there is a python update
...snippel $ yum update ... Updating: python i386 2.4.3-24.el5_3.6 updates 5.9 M Installing for dependencies: kernel-PAE i686 2.6.18-128.1.6.el5 updates 15 M snappel...
why does it require kernel-PAE ? manual download and install via $ rpm -Fvh python... worked without the need for another kernel.
i found out the libxml2-python rpm is triggering the kernel dependency. when i uninstall libxml2-python the dep goes away.
...snippel [root@bombas ~]# yum deplist libxml2-python ... dependency: /usr/lib/python2.4 provider: python.i386 2.4.3-24.el5 provider: kernel-PAE.i686 2.6.18-128.1.6.el5 snappel...
strange.
Markus Falb wrote:
i found out the libxml2-python rpm is triggering the kernel dependency. when i uninstall libxml2-python the dep goes away.
...snippel [root@bombas ~]# yum deplist libxml2-python ... dependency: /usr/lib/python2.4 provider: python.i386 2.4.3-24.el5 provider: kernel-PAE.i686 2.6.18-128.1.6.el5 snappel...
strange.
I'm getting dependency issues on the python update itself:
I'm getting a missing dependency of /usr/lib64/python2.4 on the python update. :(
--> 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 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) 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) 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)
:(
On Wed, Jul 29, 2009 at 04:03:37PM -0700, Benjamin Franz wrote:
I'm getting dependency issues on the python update itself:
I'm getting a missing dependency of /usr/lib64/python2.4 on the python update. :(
This happened on one of two identical (mirror image) servers of mine.
"yum clean all && yum update" fixed it.
John
John R. Dennison wrote:
On Wed, Jul 29, 2009 at 04:03:37PM -0700, Benjamin Franz wrote:
I'm getting dependency issues on the python update itself:
I'm getting a missing dependency of /usr/lib64/python2.4 on the python update. :(
This happened on one of two identical (mirror image) servers of mine.
"yum clean all && yum update" fixed it.
That did the trick. :)
I'm getting a missing dependency of /usr/lib64/python2.4 on
the python
update. :(
This happened on one of two identical (mirror image) servers of mine.
"yum clean all && yum update" fixed it.
This is all over the net and I can verify that yum clean and then update did work. Good job, it is always something simple
On Wed, Jul 29, 2009 at 6:14 PM, John R. Dennisonjrd@gerdesas.com wrote:
On Wed, Jul 29, 2009 at 04:03:37PM -0700, Benjamin Franz wrote:
I'm getting dependency issues on the python update itself:
I'm getting a missing dependency of /usr/lib64/python2.4 on the python update. :(
This happened on one of two identical (mirror image) servers of mine.
"yum clean all && yum update" fixed it.
I had the same problem 'yum clean all' fixed it for me too. Thanks.