postfix 모듈 다운로드 하는곳 :
ftp://ftp.porcupine.org/mirrors/project-history/postfix/official/
postfix-2.6.0.tar.gz 파일을 다운로드후 압축해제 하고 나서 make 실행을 했다
[root@spamserver postfix-2.2.6]# 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] Fout 1
make: *** [Makefiles] Fout 2
Fedora11 환경에서
위와 같은 오류 발생
# yum install db4-devel
명령을 이용하여 db4-devel 를 최신으로 설치한후 문제 해결됨
'핸디소프트 > 일일일~' 카테고리의 다른 글
TOAD 토드에서 오라클 접속시 한글깨짐 현상 해결 (0) | 2010.04.30 |
---|---|
dovecot 설치후 telnet localhost 143 로그인후 사용자 계정 접근이 안될때 (0) | 2010.02.17 |
리눅스(페도라11) 에서 사용자 추가하기 (0) | 2010.02.12 |
Fedora11 환경에서 telnet 접근시 한글이 깨지는 현상 해결 (0) | 2010.02.12 |
Unix에서 shell 실행시 bad interpreter: No such file or directory 처리 (0) | 2010.01.28 |