Hi Richard,
Hi folks,
I am running into problems with building the latest Wireshark master
release on CentOS 7.5.1804.
Wireshark seems to need Python 3.4 or better, and I have Python 3.6
installed and am using the software collection (scl enable rh-python36
bash) but cmake 3 does not want to find it.
I get:
   [rsharpe@localhost wireshark-build]$ python -V
   Python 3.6.3
   cmake3 ../wireshark-official
   ...
   CMake Error at
/usr/share/cmake3/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
     Could NOT find PythonInterp: Found unsuitable version "2.7.5", but required
     is at least "3.4" (found /usr/bin/python)
Any suggestions?
Either clean your build folder, or edit your CMake cache file to remove the PythonInterp entry and force a new search.
Pascal.