Dieter Kluenter wrote:
Am Thu, 06 Jan 2011 14:17:13 -0800 schrieb Quanah Gibson-Mountquanah@zimbra.com:
There have been substantial updates to RE24. Please test!
I get a Warning and an db Error:
Something is probably wrong with your compiler. Certainly the check for arpa/nameser.h has not changed in the configure script in several years.
Does 2.4.23 configure script give this same warning?
checking arpa/nameser.h usability... no checking arpa/nameser.h presence... yes configure: WARNING: arpa/nameser.h: present but cannot be compiled configure: WARNING: arpa/nameser.h: check for missing prerequisite headers? configure: WARNING: arpa/nameser.h: see the Autoconf documentation configure: WARNING: arpa/nameser.h: section "Present But Cannot Be Compiled" configure: WARNING: arpa/nameser.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------------------- ## configure: WARNING: ## Report this tohttp://www.openldap.org/its/ ## configure: WARNING: ## --------------------------------------------- ## checking for arpa/nameser.h... no
from arpa/namser.h
#define __NAMESER 19991006
and an db Error:
checking db.h usability... no checking db.h presence... yes configure: WARNING: db.h: present but cannot be compiled configure: WARNING: db.h: check for missing prerequisite headers? configure: WARNING: db.h: see the Autoconf documentation configure: WARNING: db.h: section "Present But Cannot Be Compiled" configure: WARNING: db.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------------------- ## configure: WARNING: ## Report this tohttp://www.openldap.org/its/ ## configure: WARNING: ## --------------------------------------------- ## checking for db.h... no
BerkelyDB is:
#define DB_VERSION_MAJOR 4 #define DB_VERSION_MINOR 8 #define DB_VERSION_PATCH 26 #define DB_VERSION_STRING "Berkeley DB 4.8.26: (December 18, 2009)"
-Dieter