Brian May <[EMAIL PROTECTED]> writes: > What needs to include des.h?
The last thing I tried was the development version of RedHat's pam_krb5, but there were a couple (?) of others I forget. > What is the error you are getting? Code tries to use des.h and fails because it's not on the include path. > 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. But if you want to build something using the parameters appropriate for the Heimdal library, you apparently need to know whether to look in the openssl headers or not. Isn't that the whole point of the script? > Also it would appear that it is recommended to include > <openssl/des.h>, which should work(?). Not in portable client code if you don't know whether or not Heimdal was built with openssl, surely? Does MIT ever use openssl, for instance? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

