Re: configure error: can't find DES library

2006-01-27 Thread Huaqing Zheng
On 1/27/06, Mark Hannessen <[EMAIL PROTECTED]> wrote: > hi list, > > I am trying to compile cyrus imap with kerberos support. > but the configure script fails with the warning that the kerberos DES > library's are not installed. > > configure: error: The Kerberos DES library is required for Kerbero

Re: configure: error: Cannot continue without libsasl2.

2004-06-12 Thread Craig Ringer
On Wed, 2004-06-09 at 20:43, Richmond Dyes wrote: > I am getting this error trying to configure cyrus 2.1.5 on my fedora > core 2 server. I know I have cyrus-sasl installed with the libraries, > yet this error is occurring. I have looked through the archives of this > list and found no answers

RE: ./configure error under debian 2.2.19

2002-02-11 Thread Daniel Yu
I think if you need to run cyrus-imapd-2.0.16, u will need cyrus-sasl-1.5.27. If you use cyrus-sasl-2.1.1, u will need cyrus-imapd-2.1.1. -Original Message- From: Manou RABARY [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 4:39 AM To: info cyrus Subject: ./configure error und

Re: configure error

2001-05-07 Thread Mark R. Evans
It looks like you haven't installed the db3 development package, which contains the header files needed to compile. Install db3-devel-3.1.17-1mdk.i586.rpm, that should solve this problem. Good Luck! On Mon, 7 May 2001, Norman Zhang wrote: > Hi, > > When I do a ./configure for cyrus-imapd-2.0.1

Re: ./configure error revisited.

2001-04-06 Thread Scott Smith
No, that would happen if I'd suggested the opposite. Scott On Thu, 5 Apr 2001, GOMBAS Gabor wrote: > On Thu, Apr 05, 2001 at 01:56:01AM -0700, Scott Smith wrote: > > > symlink your (real) libdb.so and libdb.a to libdb-3.so and libdb-3.a > > ... if you want to break every software that was linke

Re: ./configure error revisited.

2001-04-05 Thread GOMBAS Gabor
On Thu, Apr 05, 2001 at 01:56:01AM -0700, Scott Smith wrote: > symlink your (real) libdb.so and libdb.a to libdb-3.so and libdb-3.a ... if you want to break every software that was linked with db2... Gabor -- Gabor Gombas Eotvos Lorand University E-mail:

RE: ./configure error revisited.

2001-04-05 Thread tarjei
Have you tried theese patches. They make the configurescript more attentive to finding the libs. Another possibility is to create a Berkely dir and ln the different files into the dir. Tarjei PS: the sasl-xx patch is for cyrus-sasl and the cyrus-sasl.. is for the cvs version to cyrus. -Ori

Re: ./configure error revisited.

2001-04-05 Thread Scott Smith
symlink your (real) libdb.so and libdb.a to libdb-3.so and libdb-3.a, respectively Scott On Thu, 5 Apr 2001, paul wrote: > Hi all, > > well I went back to the machine in question and grabbed the info > relating to my ./configure problem. I have properly installed db3, but > cyrus appears to fai