I'm having problems detecting Berkley DB on my Red Hat Linux machine
Modern Redhat Linux ships with a Berkeley DB compiled --with-pthreads, which
cyrus is unable to directly link against.
You can either recompile Berkeley DB without pthread support, or you can add
"-lpthread" to your LDFLAGS enviornment variable before you configure/build.