Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] fatal error: krb5.h: No such file or directory

From: jungle boogie <jungleboogie0@xxxxxxxxx>
Date: Wed, 18 Apr 2018 20:00:00 -0700
Hi All,

This is my first attempt to build Wireshark using cmake, so I might be making some small mistake for this build to fail.


Found 1514 registrations and 1395 handoffs.
Scanning dependencies of target dissectors
[ 7%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-tcp.c.o [ 7%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-kerberos.c.o ./asn1/kerberos/packet-kerberos-template.c:259:18: fatal error: krb5.h: No such file or directory
compilation terminated.
epan/dissectors/CMakeFiles/dissectors.dir/build.make:33116: recipe for target 'epan/dissectors/CMakeFiles/dissectors.dir/packet-kerberos.c.o' failed make[2]: *** [epan/dissectors/CMakeFiles/dissectors.dir/packet-kerberos.c.o] Error 1 CMakeFiles/Makefile2:2417: recipe for target 'epan/dissectors/CMakeFiles/dissectors.dir/all' failed
make[1]: *** [epan/dissectors/CMakeFiles/dissectors.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2


I haven't used any specific cmake flags, do I need to?

Thanks!