今天在部署postfix邮件系统的时候安装postfix出现以下错误;
No <db.h> include file found.
Install the appropriate db*-devel package first.
See the RELEASE_NOTES file for more information.
make: *** [Makefiles] 错误 1
make: *** [makefiles] 错误 2
解决办法
yum install db4-devel -y
本文转自 张玉坡 51CTO博客,原文链接:http://blog.51cto.com/fighter/616904