Re: [Perlgssapi-users] Building perlgssapi against other gssapi impls
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-02-21 15:06:18
|
On Tuesday 21 February 2006 06:09, David Leonard wrote: > ("3.0.1"). Should it say "Heimdal" somewhere in there? Hmm, the easiest way would be to print a unique name. On the Name Makefile.PL can decide what to to and what DEFINES to be set. > Indeed, is there > a standard way to tell programs that the interface is a Heimdal variant > and not MIT? I have no idea, my workaround was to use krb5-config. I the krb5-config behaves in a prediactable way I can use that. > Also, could perlgssapi's Makefile.PL dynamially detect the > presence/requirement of <gssapi_krb5.h>? What symbols do you need from your gssapi_krb5.h? In the original Heimdal I need only the gssapi.h. > Not knowing which header to > include is a deficiency in the standards (RFC1964 has no corresponding C > binding std). Mabe your krb5-config can prinout a unique identifier I can use to set the correct include behaviour? Thank you, Achim |