On Wed, 4 Jun 2003, AWC List wrote: > I also thought that I did not have OpenSSL installed. But: > rpm -q openssl says openssl-0.9.7a-5 is installed > rpm -q openssl-devel says openssl-devel-0.9.7a-5 is installed.
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. It looks like those RPMs are built assuming that Kerberos is installed, and you don't have Kerberos installed. I suggest getting rid of the stupid RPMs, get a copy of OpenSSL directly from openssl.org, and build that. It should recognize that you don't have Kerberos, and build it properly. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum.
