エラー対応の最新の日記
<< 前の日記へ 一覧を見る 次の日記へ >>

 

postfix makeエラー 

環境
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*
でごっそりインストール対応

コメント

コメントはまだありません

コメントできません (ログインするとコメントできます)