Sudo yum install postfix mysql-libs error

I am trying to install postfix via yum:

sudo yum install postfix

      

After running the code below, I get the following error:

Loading mirror speeds from cached hostfile
 * rpmforge: mirror.hmc.edu
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package postfix.x86_64 2:2.6.6-6.el6_5 will be installed
--> Processing Dependency: mysql-libs for package: 2:postfix-2.6.6-6.el6_5.x86_64
--> Finished Dependency Resolution
Error: Package: 2:postfix-2.6.6-6.el6_5.x86_64 (updates)
           Requires: mysql-libs
 You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
sendmail-cf-8.14.4-8.el6.noarch has missing requires of sendmail = ('0', '8.14.4', '8.el6')

      

Then I ran it with "-skip-broken" but the postfix didn't work. How can I resolve this error and set postfix correctly?

+3


source to share


1 answer


the answer can be found here: https://www.centos.org/forums/viewtopic.php?f=14&t=47583 . I have to update the yum.config file and uninstall mysql.



+2


source







All Articles