>>>>> "Dave" == Dave Love <[EMAIL PROTECTED]> writes:
Dave> Packages that use krb5-config in the build process typically
Dave> fail with the Debian version, failing to find des.h on the
Dave> include path. The INCLUDE_des autoconf variable is
Dave> -I/usr/include, not -I/usr/include/openssl, as it should be.
Dave> Presumably the package build has picked up as des.h in
Dave> /usr/include from some other package that I don't have
Dave> installed.
What needs to include des.h?
The only reference I can see is:
[EMAIL PROTECTED]:~# dpkg -L heimdal-dev | xargs grep des.h
[EMAIL PROTECTED]:~# dpkg -L kerberos4kth-dev | xargs grep des.h
/usr/include/krb.h:/* Need some defs from des.h */
/usr/include/krb.h:#include <openssl/des.h>
...which already seems to use the correct path.
What is the error you are getting?
I am currently unconvinced that -I/usr/include/openssl in krb5-config
is the correct answer; openssl is a separate package and not really
related to Kerberos, even if it is used by Heimdal.
Also it would appear that it is recommended to include
<openssl/des.h>, which should work(?).
--
Brian May <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]