1

Possible Duplicate:
CentOS 5.6: How to resolve php53 RPM dependency conflict with php-mcrypt and php-common?

I am trying to use the PHP DOMDocument Class, which requires the installation of php-xml (I'm running CentOS 5.5).

However, upon running yum install php-xml I recieve the error 'php53-common conflicts with php-common', so the install fails. I have no idea where to go with this, so any tips are apprciated. Thanks.

1 Answers1

0

The issue here is because I am using PHP 5.3.3, and the install requires you to specify that (I thought it picked up your version and installed the relevent module, but I' obviously wrong).

To fix this problem, yum install php53-xml did the trick.

Don't forget to restart service httpd after the install.