Obviously your Berkeley DB does /NOT/ have DB 1.85 Compatability compiled into it.
You might wanna download DB 3.29 (i believe is the latest) of the 3 series and build it with that. Build with DB185 support, you more then likely will not need CXX. Any idea why your disabling cyradm? Off hand. --On Thursday, May 09, 2002 11:54 PM +0200 Isak Lyberth <[EMAIL PROTECTED]> wrote: > I have walked through the archives and done some googeling on this > without finding anything relevant. I have a box wich runs OpenBSD 3.0 on > a pentium 2 machine. > When ever i make a: >| configure --with-auth=unix --disable-cyradm > make depen >|| make all CFLAGS=-O| > > i get a error saying: >### Making all in /usr/src/cyrus-imapd-1.6.24/imap > gcc -L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib -g -O2 -o > dump_deliverdb dump_de iver.o libimap.a ../lib/libcyrus.a -lsasl -lssl > -lcrypto -lkrb -lfl -ldes -lcom_err dump_deliver.o: Undefined symbol > `___db185_open' referenced from text segment collect2: ld returned 1 exit > status > *** Error code 1 > > Stop in /usr/src/cyrus-imapd-1.6.24/imap (line 137 of Makefile). > *** Error code 1 > > Stop in /usr/src/cyrus-imapd-1.6.24 (line 49 of Makefile). > > What do i do wrong? > > My mail server is a postfix server > > Regards Isak > >