Greetings.
I am trying to compile and build Qt in my machine. At some point, the process aborts with the following error:
In file included from /usr/include/openssl/ssl.h:179,
from ssl/qsslsocket_openssl_p.h:75,
from ssl/qsslsocket_openssl_symbols_p.h:57,
from ssl/qsslcertificate.cpp:109:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from ssl/qsslsocket_openssl_p.h:75,
from ssl/qsslsocket_openssl_symbols_p.h:57,
from ssl/qsslcertificate.cpp:109:
/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:
g++ [... lots of compiler options ...] ssl/qsslcertificate.cpp
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.
Bookmarks