From: <[EMAIL PROTECTED]>
> I've been having problems with cyrus and RH 7 for the last few days now.
> When I try to configure, I get this message, could it be part of the
> problem? And, if so, how do I solve this problem?
>
> checking for db_create in -ldb-3... no    <--- could this be some
> linkmisstake?
> checking for db_create in -ldb... yes
>
It's telling you that it didn't find a DB3 library named libdb-3.[a,so] on
your system, and instead used the libdb.[a,so] library.

The current DB3 checks in "configure" are incomplete for both the cyrus-sasl
& cyrus-imapd sources.  I have improved the check so that it can detect
alternate names used by the DB3 libraries (see attached patches) and add the
appropriate include paths.  You will need to run "autoconf" to rebuild
"configure" from "configure.in".

Scot


cyrus-sasl.DB3.patch

cyrus-imapd.DB3.patch

Reply via email to