I'm trying to upgrade using package python-2.4.3-43.el5.x86_64.rpm, but everything I do so I get a failed dependency requirement for libpython2.4.so.1.0, but I've checked /usr/lib64 and the file is there. The current version of python that is installed is python-2.4.3.27.el5_5.3.x86_64.
Any idea why this may be failing to install when that libpython file actually exists?
rpm -q --whatprovides /usr/lib64/libpython*? – JeffG Mar 3 '11 at 21:46rpm -Uvh python-2.4.3-43.el5.x86_64.rpm? – JeffG Mar 3 '11 at 21:57