- 论坛徽章:
- 0
|
[root@yewen cyrus-imapd-2.1.12]# ./configure --with-cyrus-prefix=/usr/cyrus \
>; --with-sasl=/usr/local/lib \
>; --with-perl \
>; --with-auth=unix \
>; --with-dbdir=/usr/local/bdb \
>; --with-bdb-libdir=/usr/local/bdb/lib \
>; --with-bdb-incdir=/usr/local/bdb/include \
>; --with-openssl=/usr/local/ssl \
>; --without-ucdsnmp
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for makedepend... makedepend
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for strerror in -lcposix... no
checking for mawk... no
checking for gawk... gawk
checking for working const... yes
checking for long file names... yes
checking for __attribute__... yes
checking for runpath switch... -Wl,-rpath,
checking for unistd.h... yes
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for ftruncate... yes
checking for strerror... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for connect... yes
checking for res_search... no
checking for res_search in -lresolv... yes
checking for dn_expand... yes
checking for dns_lookup... no
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking for getnameinfo... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for vprintf... yes
checking for db.h... yes
checking for db_create in -ldb-4.1... no
checking for db_create in -ldb4.1... no
checking for db_create in -ldb-4.0... no
checking for db_create in -ldb4.0... no
checking for db_create in -ldb-4... no
checking for db_create in -ldb4... no
checking for db_create in -ldb-3.3... no
checking for db_create in -ldb3.3... no
checking for db_create in -ldb-3.2... no
checking for db_create in -ldb3.2... no
checking for db_create in -ldb-3.1... no
checking for db_create in -ldb3.1... no
checking for db_create in -ldb-3... no
checking for db_create in -ldb3... no
checking for db_create in -ldb... no
checking for db_open in -ldb... no
configure: error: this version requires Berkeley DB 3.x or later.
(Get it from http://www.sleepycat.com/). You may need to suppply the
--with-bdb-libdir or --with-bdb-incdir configure options.
[root@yewen cyrus-imapd-2.1.12]# ./configure >;err.config.log
configure: error: this version requires Berkeley DB 3.x or later.
(Get it from http://www.sleepycat.com/). You may need to suppply the
--with-bdb-libdir or --with-bdb-incdir configure options. |
|