bug-cvs
[Top][All Lists]
Advanced

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

GSSAPI-enabled CVS build is broken on HP-UX


From: Mulyar, Greg
Subject: GSSAPI-enabled CVS build is broken on HP-UX
Date: Tue, 23 Apr 2002 09:58:13 -0600

>Submitter-Id:   net
>Originator:    Greg Mulyar 
>Organization:  AT&T Broadband
>Confidential:  no
>Synopsis:      GSSAPI-enabled CVS build is broken on HP-UX
>Severity:      serious
>Priority:      high
>Category:      CVS
>Class:         sw-bug
>Release:       1.11.2
>Environment:
        <machine, os, target, libraries (multiple lines)>
System: HP-UX hendrix B.11.11 U 9000/800 629379313 unlimited-user license


>Description:
        The GSSAPI is found by configure through gssapi.h header probe. The
GSSAPI is therefore enabled by default.
        HP-UX 11i has a separate library libgss.sl which is not probed by
configure and the
        GSSAPI-enabled build is broken.
>How-To-Repeat:
        configure
        make
                reports linker errors related to the GSSAPI missing symbols 
                (GSS_C_NT_HOSTBASED_SERVICE) from libgss.sl
>Fix:
Patched m4 files and re-run autoconf.  The patch follows:

--- cvs-1.11.2.old/aclocal.m4   Thu Apr 18 09:31:45 2002
+++ cvs-1.11.2/aclocal.m4       Tue Apr 23 09:17:09 2002
@@ -229,6 +229,14 @@
   # krb5               Heimdal K 0.3d          -lasn1 -lroken -ldes
   #
   AC_SEARCH_LIBS([krb5_free_context], [krb5])
+  
+  #
+  # gss                        HP-UX 11i has GSS_C_NT_HOSTBASED_SERVICE
+  #                            defined in libgss.sl
+  #
+  # gss                        HPUX11i -lgss
+  #
+  AC_SEARCH_LIBS([gss_seal], [gss])
 
   #
   # gssapi_krb5                Only lib needed with MIT K5 v1.2.1, so find
it first in

--- cvs-1.11.2.old/acinclude.m4 Wed May  2 18:39:14 2001
+++ cvs-1.11.2/acinclude.m4     Tue Apr 23 09:16:45 2002
@@ -203,6 +203,14 @@
   AC_SEARCH_LIBS([compile], [gen])
 
   #
+  # gss                        HP-UX 11i has GSS_C_NT_HOSTBASED_SERVICE
+  #                            defined in libgss.sl
+  #
+  # gss                        HPUX11i -lgss
+  #
+  AC_SEARCH_LIBS([gss_seal], [gss])
+
+  #
   # krb5               ? ? ?                   -lgen -l???
   #                    Irix 5.3
   #

Gregory Mulyar
Senior Software Engineer
National Access System
Email: mulyar.greg@broadband.att.com
 <<...OLE_Obj...>> 

CONFIDENTIAL NOTICE
This electronic mail transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged.  If you are not the intended recipient, any disclosure, copying,
distribution or action taken in reliance on the message is strictly
prohibited.  If you have received this message in error, please delete it
immediately. Thank You





reply via email to

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