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

Wireshark-dev: [Wireshark-dev] Kerberos error while trying to build Wireshark rpm

From: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Date: Fri, 23 Apr 2010 14:59:17 +0100
Hi,

I've been having trouble running 'make rpm-package'.
Using the version of krb5.h it finds by default can't determine which version (Heimdal or MIT) it is.

So I tried:
    configure --with-krb5=/usr
It identified the version as MIT this time, but when I tried to make the rpm package it again forgot about this choice.

Similarly doing:
   configure --with-krb5=no
turns off kerberos altogether for the wireshark build, but this setting isn't used during 'make rpm-package'.


How do I build the rpm without kerberos support?

Regards,
Martin