Missind #defines in /usr/include/gssapi/gssapi.h?
Erik Cederstrand
erik+lists at cederstrand.dk
Thu Mar 5 11:13:05 UTC 2015
Hello list,
Currently, installing the Python gssapi module (sudo pip install python-gssapi) fails (on FreeBSD 10.1, at least) because a lot of #defines are missing from /usr/include/gssapi/gssapi.h (installed from /usr/src/include/gssapi/gssapi.h) compared to /usr/src/crypto/heimdal/lib/gssapi/gssapi/gssapi.h, e.g.:
#define GSS_C_AF_INET6 24
Is there any reason these #defines are not present? Adding the missing ones let the python-gssapi installation complete.
Thanks,
Erik
More information about the freebsd-security
mailing list