On Tue, 3 Jun 2003, Mark Crispin wrote: > Regardless of what those RPMs say, OpenSSL is not properly installed. It > appears that /usr/include/ssl.h includes a file called kssl.h, which in > turn includes a file called krb5.h which is missing.
I suspect that krb5.h is installed. Redhat 9 just puts it in an odd place. I find that I have to add "-I/usr/kerberos/include" to anything that I build which incorporates OpenSSL (even though I don't typically need to link against the Kerberos libraries). This looks like a bad dependency within /usr/include/ssl.h. -- David Carter Email: [EMAIL PROTECTED] University Computing Service, Phone: (01223) 334502 New Museums Site, Pembroke Street, Fax: (01223) 334679 Cambridge UK. CB2 3QH.
