sudo yum install postfix mysql-libs error

独自空忆成欢 提交于 2019-12-10 10:05:45

问题


I am trying to install postfix through yum:

sudo yum install postfix

After I run 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')

I then ran it with '--skip-broken', but then postfix did not work. How can i resolve this error and properly install postfix?


回答1:


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 remove mysql.



来源:https://stackoverflow.com/questions/25458244/sudo-yum-install-postfix-mysql-libs-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!