On Wed, 2004-05-12 at 14:25, Patrick Ouellet wrote: > Im trying to compile cyrus imap lastest stable > on my RedHat 9 system. > > RedHat 9 comes with cyrus-sasl > in precompiled binary as version 2.1.10 > > I want to compile cyrus-imap with gssapi > so it can authorize user via MS ActiveDir. (Kerberos 5) > > When I ./configure i get the error that > configure can't find gssapi.h > > configure: WARNING: Disabling GSSAPI - no include files found > > so I installed cyrus-sasl-devel-2.1.10.rpm > but it doesn't include gssapi.h > That's happening because the gssapi includes are in /usr/kerberos/include and not in /using/include. Try:
CPPFLAGS=-I/usr/kerberos/include ./configure ...your options... and I think it will work. -- =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= The instructions said to use Windows 98 or better, so I installed RedHat Jim Levie email:[EMAIL PROTECTED] --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html