Hi,
I have Linux 2.6.26.8-57.fc8 i686 i686 i386 GNU/Linux.
I downloaded src of wireshark 1.9.0-SVN-46516 from net and configured using ./configure --disable-gtktest --disable-wireshark --disable-warnings-as-errors.
Then i did make which went through fine.
Upon executing ./tshark from the directory, i get following error.
/export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/.libs/lt-tshark: Symbol `prefs' has different size in shared object, consider re-linking
tshark: Couldn't load module /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/wimaxasncp/.libs/wimaxasncp.so: /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/wimaxasncp/.libs/wimaxasncp.so: undefined symbol: eap_type_vals_ext
tshark: Couldn't load module /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/mate/.libs/mate.so: /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/mate/.libs/mate.so: undefined symbol: prefs_register_filename_preference
tshark: Couldn't load module /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/asn1/.libs/asn1.so: /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/asn1/.libs/asn1.so: undefined symbol: prefs_register_filename_preference
tshark: Couldn't load module /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/stats_tree/.libs/stats_tree.so: /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/stats_tree/.libs/stats_tree.so: undefined symbol: stats_tree_register_plugin
tshark: Couldn't load module /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/profinet/.libs/profinet.so: /export/home/atsuser/Tools/wireshark/wireshark-1.9.0-SVN-46516/plugins/profinet/.libs/profinet.so: undefined symbol: crc16_plain_tvb_offset_seed
Can someone please help me with it ?
asked 12 Dec ‘12, 05:39
adianimesh
1●1●1●1
accept rate: 0%
edited 12 Dec ‘12, 07:34
Bill Meier ♦♦
3.2k●1●8●50
what is your distribution? Fedora Core 8?