我下载wireshark-1.8.0rc2.tar.bz2并将其复制到/opt/wireshark目录并通过以下方式解压缩
sudo tar -xjvf wireshark-1.8.0rc2.tar.bz2
然后通过ls在提取的文件夹中进行操作,我找到了配置文件。
然后我做了./configure然后我遇到了这个问题:
configure: error: I couldn't find yacc (or bison or ...);
make sure it's installed and in your path.
Run Code Online (Sandbox Code Playgroud)
如何解决?