But I don't have that directory. /usr/kerberos/include
I really dont have the file gssapi.h
Can someone tell me if I can make two version of cyrus sasl live toghether on the system?
Jim Levie wrote:
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.
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Patrick Ouellet - [EMAIL PROTECTED] Administrateur des serveurs reseaux Informatique - Poste 130 Microtec Technologies inc. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GPG Key ID & Fingerprint: 0x4D4B1AF0 BCC0 2F96 1596 BBF9 CEB5 5576 18CF 5C9F 4D4B 1AF0 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- 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