>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

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

Reply via email to