AMI Requires: libdb-4.7.so()(64bit) 解决办法

AMI的系统使用了其他的rpm源(如epel)的话,可能update的时候会遇到报错:

Requires: libdb-4.7.so()(64bit)

解决办法也很简单(禁用epel源即可):

yum-config-manager --disable epel
yum clean all
yum update -y

方法整理自:http://www.0xcccc.com/ p=32


未经允许不得转载:阿藏博客 » AMI Requires: libdb-4.7.so()(64bit) 解决办法