I have no idea how or what, but I just want to stay up to date with latest and have always been doing my 'yum update' as I should.
Got it sorted:
rpm -e -nodeps xorg-x11-libs
rpm -e -nodeps krb5-libs
rpm -e -nodeps php-common
rpm -e -nodeps libtool-libs
(if you have more missing packages, just continue to remove)
yum clean all
yum install xorg-x11-libs
yum install krb5-libs
yum install php-common
yum install libtool-libs
(if you had more missing packages, just continue to install)
yum update
Now all should be well.
In my case I had to rebuild the httpd.conf:
sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
/etc/rc.d/init.d/httpd.conf restart
(Ignore 'socket already in use' warning related to http/https)
I am using PHP5/MySQL5 and Perl 5.8.8 I ran into a lot of problems earlier using perl 5.8.8:
http://forums.contribs.org/index.php?topic=37523.0http://forums.contribs.org/index.php?topic=37016.0These issues no longer occur with the 7.2 patch list (!)
All is well
