Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-12 Thread Richard Houston
I am working with Cyrus-Imap 2.1.13. Most recent stable I believe on the ftp site. Thanks Rich On Thu, 2003-06-12 at 09:58, Christian Schlaefcke wrote: > Saw that when I had a look on this thread. Thank you! Another advice that > I got is to switch to a more recent release of cyrus-imap. I tri

Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-12 Thread Christian Schlaefcke
Saw that when I had a look on this thread. Thank you! Another advice that I got is to switch to a more recent release of cyrus-imap. I tried 2.0.17 and the most recent release is 2.1.12. What release do you use? Is the most recent release causing the same problems? Regards, Chris > Just had the

Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-12 Thread Richard Houston
Hi there, Just had the same issue myself. Another user on this list sent me this: Try setting defs in "configure" to be; DEFS="-DHAVE_CONFIG_H -DOPENSSL_NO_KRB5" This worked for me on RH 9.0 Thanks Rich On Thu, 2003-06-12 at 02:41, Christian Schlaefcke wrote: > > > > Hi, > > > > On Wed,

Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-12 Thread Hank Beatty
On Thu, 2003-06-12 at 03:41, Christian Schlaefcke wrote: > In file included from /usr/include/openssl/ssl.h:179, openssl is looking for it. You could use: --without-openssl If you need or want pop3s and imaps (and/or kerberos) support see the thread "RH 9.0 ssl compiler error" started on Friday,

Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-12 Thread Christian Schlaefcke
> > Hi, > > On Wed, 11 Jun 2003, Christian Schlaefcke wrote: > >> Hi all, >> >> checking for krb.h... no >> configure: warning: No Kerberos V4 found >> installed without errors. I tried with several options (--disable-krb, >> --without-krb, --includedir=path_to_krb4_headers) with no luck. >> > >> W

Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-11 Thread foobar
Hi, On Wed, 11 Jun 2003, Christian Schlaefcke wrote: > Hi all, > > checking for krb.h... no > configure: warning: No Kerberos V4 found > installed without errors. I tried with several options (--disable-krb, > --without-krb, --includedir=path_to_krb4_headers) with no luck. > > What can I do? >