Page 1 of 1

POSTFIX - No <db.h> include file found

Posted: 2003-05-19 19:29
by ronny
Hi,

ich versuche jetzt schon seit Stunden Postfix mit folgendem Aufruf zu installieren:

Code: Select all

make makefiles 
'CCARGS= 
-DHAS_MYSQL 
-I/usr/local/mysql/current/include/mysql 
-DUSE_SASL_AUTH 
-I/usr/local/cyrus-sasl/current/include/sasl 
-I/usr/local/bdb/current/include' 
'AUXLIBS=-L/usr/local/mysql/current/lib/mysql 
-lmysqlclient -lz -lm 
-L/usr/local/cyrus-sasl/current/lib -lsasl2 
-L/usr/local/bdb/current/lib'
Allerdings bekomme ich immer wieder diese Fehlermeldung

Code: Select all

No <db.h> include file found.
Install the appropriate db*-devel package first.
See the RELEASE_NOTES file for more information.
make: *** [Makefile] Error 1
make: *** [Makefiles] Error 1
make: *** [makefiles] Error 2
Ich bin mir 100% sicher das die db.h (Berkley DB) in dem o.g. Verzeichnis installiert ist. Warum also findet der die db.h nicht? Ich hab doch den Pfad dorthin angegeben. Oder muss ich da noch was zusätzlich angeben, damit der nicht versucht vom devel-rpm zu lesen?
Kann mir da bitte jemand helfen?

MfG Ronny

Re: POSTFIX - No <db.h> include file found

Posted: 2003-05-20 08:31
by ronny
Hi,

hat denn keiner eine Idee?

MfG Ronny

Re: POSTFIX - No <db.h> include file found

Posted: 2003-05-20 10:10
by jp
sieht wohl ganz so aus, als ob deine MySQL-Installation unter dem angegebenen Pfad nicht vollständig ist...