-
Notifications
You must be signed in to change notification settings - Fork 741
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The binary package for nasl-cli will not run on RHEL8 and newer, because it use an old libpcap version.
ldd nasl-cli
linux-vdso.so.1 (0x00007ffcd39b1000)
libpcap.so.0.8 => not found
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fc7f3f06000)
librt.so.1 => /lib64/librt.so.1 (0x00007fc7f3cfe000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc7f3ade000)
libm.so.6 => /lib64/libm.so.6 (0x00007fc7f375c000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fc7f3558000)
libc.so.6 => /lib64/libc.so.6 (0x00007fc7f3193000)
/lib64/ld-linux-x86-64.so.2 (0x00007fc7f47ce000)
RHEL8 and newer have only libpcap.so.1
Jira tracking (added to this comment by ArnoStiefvater)
SC-806
nichtsfrei and ArnoStiefvater
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working