Hello, I'm new to linux and wireshark development and awfully clueless here. My task is to build wireshark source wireshark-1.8.7. I'm getting the below error when I try configure make uninstall also gives the same error.
config.log has below error but I'm not sure if this has related
linux machine info: 2.6.32-358.el6.x86_64
Request for pointers what I might be missing. This question is marked "community wiki". asked 25 Jul '16, 04:48 satishp edited 25 Jul '16, 04:57 grahamb ♦ |
One Answer:
That error suggests that I'd suggest running ./autogen.sh to re-generate If that doesn't fix it then you're probably working from a modified version of Wireshark. If that's the case then you're going to have to try to figure out which of the changes that have been applied locally are causing the breakage. Of course I'd really suggest using a (much) more recent version. But I'm guessing from your question that there's a particular reason you have to use exactly that version. answered 25 Jul '16, 12:30 JeffMorriss ♦ |
Hello JeffMorriss,
Thanks a lot for your response. executing ./autogen.sh to re-generate ./configure fixed the issue.
You're welcome. Since this is a Q&A site (not a forum) please be sure to "accept" the answer that answers your question (by clicking the checkmark next to the answer). That way the question won't show up in the list of unanswered questions (among other things--see the FAQ).