This person was kind enough to provide this suggestion:

>From: "Ilya" <[EMAIL PROTECTED]>
>To: "Forrest Aldrich" <[EMAIL PROTECTED]>
>Subject: Re: Cyrus configure errors on FreeBSD
>Date: Thu, 21 Dec 2000 23:00:37 -0500
>X-Mailer: Microsoft Outlook Express 5.50.4133.2400
>
>change
>ac_cv_sasl_where_lib=${with_sasl}/lib
>ac_cv_sasl_where_inc=${with_sasl}/include
>
>to
>ac_cv_sasl_where_lib=${with_sasl}/lib/sasl
>ac_cv_sasl_where_inc=${with_sasl}/include/sasl
>
>in configure


This gets us past the configure problem.  Now, there seems to be another 
mod we need to make (-I ?) somewhere to get this to actually work:

### Making all in /usr/src2/cyrus/cyrus-imapd-2.0.9/acap
../et/compile_et ./acap_err.et
gcc -c -I/usr/local/include  -I/usr/local/include -I. -I. -I.. 
-DHAVE_CONFIG_H -g -O2  acap.c
acap.c:61: sasl.h: No such file or directory
In file included from acap.c:62:
../lib/prot.h:51: sasl.h: No such file or directory
In file included from acap.c:65:
acap.h:45: sasl.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.


I hope we can get these issues resolved and patches for cyrus included in 
the next release.


_F

Reply via email to