エラー対応の最新の日記
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*
でごっそりインストール対応
コメント
コメントできません (ログインするとコメントできます)
コメントはまだありません