bug-cvs
[Top][All Lists]
Advanced

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

the gss api should (apparently) not be built if krb5 is not installed


From: dortmann
Subject: the gss api should (apparently) not be built if krb5 is not installed
Date: Sat, 27 Oct 2001 20:55:50 -0500 (CDT)

>Submitter-Id:   net
>Originator:     Daniel Ortmann
>Organization:
net
>Confidential:  no
>Synopsis:      
>Severity:      serious
>Priority:      medium
>Category:      cvs
>Class:         sw-bug
>Release:       1.11.1p1
>Environment:

System: SunOS rm50 5.7 Generic_106541-15 sun4u sparc SUNW,Ultra-Enterprise
Architecture: sun4

>Description:

I am trying to compile cvs-1.11.1p1 on a Solaris system.

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.

>How-To-Repeat:

./configure
make

If you see the build die while compiling src/server.c with a message
that says the krb5.h file can't be found, then you've reproduced the
problem.

>Fix:

./configure --without-gssapi



reply via email to

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