--On Thursday, 2002 March 28 22:32 -0700 Michael Bartosh <[EMAIL PROTECTED]> 
wrote:

> ...Although I'm still having the previously mentioned "cyradm: Undefined
> Symbols" problem, I've sort of successfully run cyradm from my linux box
> connecting to the server I'm trying to build.
>
> I can authenticate. But any interactive command (cm, lm, etc) fails. The
> message in syslog is:
>
> Mar 28 21:21:07 elric imapd[668]: login:
> shiner.mabaleb.org[63.225.255.129] mailadmin DIGEST-MD5 User logged in
> Mar 28 21:21:34 elric imapd[668]: Decoding error: generic failure (-1),
> closing connection
>
> I'm thinking maybe there are db problems??
>
> I thought I was linking against BerkleyDB 3.11.
>
> However, when I look at my configure log, I see:
>
> 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... yes
>
> This happens even when I force
>
> CPPFLAGS=-I/usr/include
>
> (where db.h for 3.1.1 lives)
>
> and
>
> LDFLAGS=-flat_namespace -L/usr/lib
>
> Ideas?

I'm a little confused. What is the full version of db3 you're linking 
against? Is it a 3.1.x, 3.2.x or 3.3.x? This may have an effect on cyrus 
stability once you get it running but my gut says that the failure may be 
related to your earlier noted build problems. It would be useful to find 
out if you have the same generic failure running cyradm on X, assuming that 
my suggestions in a previous reply actually turn out to be useful.

Cheers,
Mark

Reply via email to