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

Wireshark-bugs: [Wireshark-bugs] [Bug 1948] New: KFW is not an optional component - it must be c

Date: Sat, 27 Oct 2007 21:20:27 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1948

           Summary: KFW is not an optional component - it must be compiled,
                    or compilation fails
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: mykaul@xxxxxxxxx


Build Information:
C:\wireshark\wireshark-gtk2>tshark -v
TShark 0.99.7

Copyright 1998-2007 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GLib 2.14.2, with WinPcap (version unknown), with libz 1.2.3,
with

libpcre 6.4, with SMI 0.4.5, with ADNS, with Lua 5.1, with GnuTLS 1.6.1, with
Gcrypt 1.2.3, with MIT Kerberos.

Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.1
(packet.dll version 4.0.0.901), based on libpcap version 0.9.5.

Built using Microsoft Visual C++ 8.0 build 50727
--
In config.nmake, if I comment out the KFW line (which says it is OPTIONAL), I'm
getting a compilation failure:
   Creating library libwireshark.lib and object libwireshark.exp
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_c_decrypt@24 referenced in function _decrypt_krb5_data
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_init_context@4 referenced in function _decrypt_krb5_data
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_kt_close@8 referenced in function _read_keytab_file
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_kt_end_seq_get@12 referenced in function _read_keytab_file
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_kt_next_entry@16 referenced in function _read_keytab_file
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_kt_start_seq_get@12 referenced in function _read_keytab_file
dissectors.lib(packet-kerberos.obj) : error LNK2019: unresolved external symbol
_krb5_kt_resolve@12 referenced in function _read_keytab_file
libwireshark.dll : fatal error LNK1120: 7 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\l
ink.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.