Greetings.

I am trying to compile and build Qt in my machine. At some point, the process aborts with the following error:
Qt Code:
  1. In file included from /usr/include/openssl/ssl.h:179,
  2. from ssl/qsslsocket_openssl_p.h:75,
  3. from ssl/qsslsocket_openssl_symbols_p.h:57,
  4. from ssl/qsslcertificate.cpp:109:
  5. /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
To copy to clipboard, switch view to plain text mode 

Command:
Qt Code:
  1. g++ [... lots of compiler options ...] ssl/qsslcertificate.cpp
To copy to clipboard, switch view to plain text mode 

Question: What is that file? What should I do so the build process can continue past that point?

Note: There is a file called krb5_asn.h where I think krb5.h is supposed to be.