All php extensions should be provided. php-xmlreader and php-xmlwriter are missing Test proposal: php -m | grep -v '\[' | grep -v '^$' | \ while read mod; do rpm -q --whatprovides "php-${mod,,}"; done | \ grep "^no" Should return nothing Currently: no package provides php-xmlreader no package provides php-xmlwriter
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0514.html