install Error with Virtualmin GPL install script

CentOS Linux 5.11

On newly provisioned server, trying install with Virtualmin GPL install script keep running into error: Processing Conflict: php53-common conflicts php-common --> Finished Dependency Resolution php53-common-5.3.3-26.el5_11.x86_64 from installed has depsolving problems --> php53-common conflicts with php-common

Have tried updating PhP via YUM Have tried unsinstalling and reinstalling PhP53 Have tried installing the IUS and EPEL repository

Status: 
Active

Comments

Howdy -- that can happen when a third party repository is enabled on your server.

My suggestion would be to review the repositories enabled in /etc/yum.repos.d, and disable any that aren't provided by CentOS.

Once you do that, try the installation again.

If there are already packages from the third party repositories installed, that could cause problems as well -- those may need to be reverted back to the CentOS-provided packages before the installer would work.

Since it looks like you're using Virtualmin GPL there, if you had any followup questions, you'd want to ask those in the Forums. We monitor the Forums, along with lots of wonderful folks in the community.

When creating a new Forum thread, let us know the output of the following commands:

rpm -qa | grep php
ls /etc/yum.repos.d

Thanks!