|
|
Choosing A Webhost: |
GSSAPI-enabled CVS build is broken on HP-UX: msg#00162version-control.cvs.bugs
>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@xxxxxxxxxxxxxxxxx <<...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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS Tagging Terminated with fatal signal 11, Krishnamoorthy, Balaji |
|---|---|
| Next by Date: | Re: CVS Tagging Terminated with fatal signal 11, Larry Jones |
| Previous by Thread: | CVS Tagging Terminated with fatal signal 11, Krishnamoorthy, Balaji |
| Next by Thread: | Usage of CVS, Christoph Reinermann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |