-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
Description
I haven't found any binary that would run on AlmaLinux 10.1.
And unfortunately the compilation fails, complaining about missing libcap. But libpcap is installed.
Errormsg:
configure: error: You need to have libpcap installed to compile sngrep.
libcap:
dnf info libpcap
Letzte Prüfung auf abgelaufene Metadaten: vor 0:15:27 am Do 11 Dez 2025 14:46:53.
Installierte Pakete
Name : libpcap
Epoch : 14
Version : 1.10.4
Release : 7.el10
Architektur : x86_64
Größe : 402 k
Quelle : libpcap-1.10.4-7.el10.src.rpm
Paketquelle : @System
Aus Paketque : baseos
Zusammenfass : A system-independent interface for user-level packet capture
URL : https://www.tcpdump.org/
Lizenz : ISC AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause-UC
Beschreibung : Libpcap provides a portable framework for low-level network
: monitoring. Libpcap can provide network statistics collection,
: security monitoring and network debugging. Since almost every system
: vendor provides a different interface for packet capture, the libpcap
: authors created this system-independent API to ease in porting and to
: alleviate the need for several system-dependent packet capture modules
: in each application.
:
: Install libpcap if you need to do low-level network traffic monitoring
: on your network.
is there any change to get that running on almalinux 10 ? Either by having a running binary or by compiling it on our own ?
Thanks and regards
Patrik