I just built and installed wireshark-1.10.0 (as root) It compiled normally with a few typical warnings. When I run it (as root) I get a Segmentation fault When I debug with gdb I get the following backtrace
I updated libnl to 3.2.22 (the latest I could find) no change Any ideas??? asked 14 Jun '13, 15:24 tolip edited 14 Jun '13, 18:30 Guy Harris ♦♦ |
One Answer:
This is, apparently, a problem between libpcap linking to one version of libnl and Wireshark linking against a different version. ./configure --without-libnl will make the problem go away. I'm not sure if there's a better fix. See bug 7808 for details. answered 29 Jul '13, 12:03 JeffMorriss ♦ |