Hi guys, I need to install from source the 1.0.2 version of wireshark. After running the make command I get the following error:
/usr/bin/ld: gtk/libui.a(sctp_graph_dlg.o): undefined reference to symbol '[email protected]@GLIBC_2.2.5'
/usr/bin/ld: note: '[email protected]@GLIBC_2.2.5' is defined in DSO /lib/x86_64-linux-gnu/libm.so.6 so try adding it to the linker command line
/lib/x86_64-linux-gnu/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [wireshark] Error 1
make[2]: Leaving directory `/home/andre/Documents/wireshark_source_3/wireshark-1.0.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andre/Documents/wireshark_source_3/wireshark-1.0.2'
make: *** [all] Error 2
Any Ideas?
asked 16 Aug '13, 16:17
André de Melo
11●2●2●5
accept rate: 0%
edited 16 Aug '13, 18:19
Guy Harris ♦♦
17.4k●3●35●196
what is your OS (brand and version)?
BTW: Why do you need 1.0.2?