This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

unable to run tshark 1.9.0-SVN-46516

0

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's gravatar image

adianimesh
1111
accept rate: 0%

edited 12 Dec ‘12, 07:34

Bill%20Meier's gravatar image

Bill Meier ♦♦
3.2k1850

what is your distribution? Fedora Core 8?

(12 Dec ‘12, 08:28) Kurt Knochner ♦


One Answer:

0

I don't know specifically what's wrong.

Random thought:

eap_type_vals_ext was a very recent add to the source (defined in packet-eap.c).

Somehow, you've not rebuilt everything and are thus having problems.

Did you have a previous version in place before you downloaded the new source ?

In any case, since you are building from SVN, can you do a make maintainer-clean followed by ./autogen.sh & etc

answered 12 Dec '12, 07:50

Bill%20Meier's gravatar image

Bill Meier ♦♦
3.2k1850
accept rate: 17%

edited 12 Dec '12, 07:52