On Wed, Sep 27, 2006 at 10:04:54AM -0700, Russ Allbery wrote:
> The supported way of including the gssapi headers for MIT Kerberos is to
> include <gssapi/gssapi.h>.  I wouldn't want to make changes to the Debian
> packages that diverge from that.  I do think an argument could be made
> upstream for moving the gssapi.h header to the main include directory,
> since Heimdal also does that, but there may well be some reason why that
> wasn't done.
In pykerberos we now have:

if sys.platform == "darwin":
    include_dirs = 
["/System/Library/Frameworks/Kerberos.framework/Versions/Current/Headers"]
elif sys.platform == "linux2":
    include_dirs = ["/usr/include/gssapi/"]

to find the correct headers on both platforms. This looks broken (at least to
me). It would be nice if krb5-config could compensate for that.
Could you please forward this upstream to the appropriate place and keep me
cc:?
Thanks,
 -- Guido


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to