[EMAIL PROTECTED] writes:
> 
> This system has kerberos4 installed on it but *not* krb5.  The configure
> script recognizes that krb5 is *not* on this system, but tries to use
> the gss api which requires that src/server.c finds the non-existent
> krb5.h file!
> 
> Does this mean that, if krb5 is not installed on the system, cvs cannot
> be compiled with the gss api?  If so, then a missing krb5 should disable
> the gss api building.

Yes, it's already fixed in the current development version.  As you
said, the work-around is to do:

        make distclean
        ./configure --without-gssapi
        make

-Larry Jones

Shut up and go get me some antiseptic. -- Calvin

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to