1 | initial version |
I finally succeed to compile Wireshark 3.0.1 on CentOS 6.10.
Final solution was :
Install all the classic dependencies for wireshark ( python36, cmake3, qt5, ..)
Upgrade the version of glib to 2.32 (normal glib for CentOS 6.10 is 2.28) (http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.2.tar.xz)
Download the version 1.9 build 20130304 of byacc (https://centos.pkgs.org/6/forensics-x86_64/byacc-1.9.20130304-3.el6.x86_64.rpm.html)
2 | No.2 Revision |
I finally succeed to compile Wireshark 3.0.1 on CentOS 6.10.
Final solution was from scratch is :
Install all the classic dependencies for wireshark ( python36, cmake3, qt5, ..)
Upgrade the version of glib to 2.32 (normal glib for CentOS 6.10 is 2.28) (http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.2.tar.xz)
Download the version 1.9 build 20130304 of byacc (https://centos.pkgs.org/6/forensics-x86_64/byacc-1.9.20130304-3.el6.x86_64.rpm.html)