what's necessary to have Wireshark 3.6.2 rpm install find dependencies?
Trying to install a Wireshark 3.6.2 rpm on Centos 7. The sudo yum install of the rpm responds with many "requires" errors for libraries even though the libraries have been verified to exit. A sudo yum install of the dependencies responds with there is "Nothing to do".
What am I missing. What needs to be done to have the Wireshark install from rpm to find the existing dependencies?
Where did the rpm come from?
Have you thought about building from source? (see
tools/rpm-setup.sh
for the centos build setup)Perhaps the dependencies do not have the correct versions?
Downloaded the 3.6.2 rpm from https://koji.fedoraproject.org/koji/p....
I tried building from source but ran into issues. cmake was an issue to start with,
It could be the a version issue. When an install of glib is attempted, it responds with everything is up to date and there's nothing to do.
The rpm needs a
dist
number appropriate for Centos 7.Packaging:DistTag
If
Centos 7 ~ RHEL 7
and Fedora 19, 20 → Red Hat Enterprise Linux 7 then it looks like way down in that package list for one that is compatible.What were the issues with
cmake
?If it's centos7 I think the original cmake may be to old and you need cmake3