エラー対応
mindiaエラー対応記事

postfix makeエラー 

!! (^ ..O ^ ) !! SHINYA · 2008-10-05

環境
CentOS 5 postfix

【現象】
postfixインストール中に make コマンドエラー発生

make -f Makefile.in MAKELEVEL= Makefiles
(echo " Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp
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

【原因】
postfixに必要なDBのインクルード情報がないらしい。

対応
Berkeley DB等を入れればよいらしいが 細かいことは抜きに
yum install db4*
でごっそりインストール対応

見出し語