Centos 6.2 postfix install dependency issues

Posted by Mishari on Server Fault See other posts from Server Fault or by Mishari
Published on 2012-03-21T05:06:27Z Indexed on 2012/03/21 5:31 UTC
Read the original article Hit count: 215

Filed under:
|
|

I am administrating a VPS running cPanel and I'm trying to install postfix. Redhat-release says the version is CentOS release 6.2 (Final) and uname -a says:

Linux server.mydomain.com 2.6.32-220.el6.i686 #1 SMP Tue Dec 6 16:15:40 GMT 2011 i686 i686 i386 GNU/Linux

This is how I'm installing postfix (I had tried to solve the problem earlier by installing epel).

# yum install postfix
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * epel: mirror.cogentco.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package postfix.i686 2:2.6.6-2.2.el6_1 will be installed
--> Processing Dependency: mysql-libs for package: 2:postfix-2.6.6-2.2.el6_1.i686
--> Finished Dependency Resolution
Error: Package: 2:postfix-2.6.6-2.2.el6_1.i686 (centos-burstnet)
           Requires: mysql-libs
 You could try using --skip-broken to work around the problem

Attempts to install mysql-libs tells me several files conflict with "MySQL-server-5.1.61-0.glibc23.i386"

I'm not sure why or how this is happening, does anyone know how to resolve this? Surely Centos 6.2 could not have shipped with a broken postfix.

© Server Fault or respective owner

Related posts about centos

Related posts about postfix