bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the gss api should (apparently) not be built if krb5 is not installe


From: Larry Jones
Subject: Re: the gss api should (apparently) not be built if krb5 is not installed
Date: Sun, 28 Oct 2001 14:39:08 -0500 (EST)

dortmann@lsil.com 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]