hi all..

for the past few weeks i have been attempting to compile cyrus-imapd
1.6.24 under RedHat Linux 7.1.  i have received a few interesting errors.
i first un-installed the rpm version of cyrus-sasl and compiled it.  i
also compiled Berkeley db 3.2.  upon running the following configure:

<cut>
bash# CPPFLAGS=-I/usr/local/BerkeleyDB.3.2/include \
LDFLAGS=-L/usr/local/BerkeleyDB.3.2/lib \
./configure
--with-cyrus-prefix=/usr/local/cyrus \
--with-cyrus-user=cyrus \
--with-cyrus-group=mail \
--with-sasldir=/usr/lib/sasl \
--without-krb \
--without-gssapi \
--disable-sieve
</cut>

i receive an interesting (and i feel problem causing) output:

<cut>
checking for dbopen in -ldb... no
</cut>

i believe this error is causing the following error after first running
'make depend' and then 'make'

<cut>
gcc -c -I. -I. -I./../lib   -I/usr/local/include
-I/usr/local/BerkeleyDB.3.2/include -I/usr/lib/sasl/include
-DCYRUS_USER=\"cyrus\" -DSTATEDIR=\"/var\" -DHAVE_LONG_FILE_NAMES=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_DB_185_H=1
-DHAVE_SYS_PARAM_H=1 -DHAVE_MEMMOVE=1 -DHAVE_STRCASECMP=1
-DHAVE_FTRUNCATE=1 -DHAVE_STRERROR=1 -DHAVE_DIRENT_H=1 -DHAVE_TM_ZONE=1
-DHAVE_VPRINTF=1 -DHAS_STRERROR=1 -DHAVE_SSL=1 -DHAVE_GETDTABLESIZE=1   -g
-O2 \
dump_deliver.c
dump_deliver.c:47:18: ndbm.h: No such file or directory
make[1]: *** [dump_deliver.o] Error 1
make[1]: Leaving directory
`/usr/local/src/cyrus-imap-again/cyrus-imapd-1.6.24/imap'
make: *** [all] Error 1
</cut>

i do have this header file in both the following locations:

<cut>
/usr/include/db1/ndbm.h
/usr/include/gdbm/ndbm.h
</cut>

these headers are in the identical locations as in Red Hat 6.2...

all of my other successful cyrus-imapd builds have been under Red Hat 6.x.
i am feeling that the above config error is the cause if this problem.
other possible causes could either be the Tcl version which is installed,
tcl-8.3.1, or gcc version 2.96.

this list is my last hope at getting this work.  does anyone have any
thoughts?  thanks in advance.

-mike

--
[EMAIL PROTECTED]                                cell: 516.410.4478
http://www.hanulec.com                EFnet irc && aol im: hanulec

i made this: http://www.sesameworkshop.org/sesamestreet/art/printablegames


Reply via email to