You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, unfortunately this is something that cannot be fixed within this release as we just have the current debian:stable as a verified target and I need to look deeper in the rust linking for that.
Fortunately nasl-cli is currently seen as a optional dependency as ospd-openvas is not configured to use nasl-cli as a default for feed-updates so it should not break the current setup when it is not available.
However if you want to use it you can build it by installing the rust tool chain and go into the rust dir and execute:
cargo build --release
this will than create a nasl-cli binary within the target directory.
I will try to come up with a explanation for the release notes to make it clear that it is an optional binary.
The binary package for nasl-cli will not run on RHEL8 and newer, because it use an old libpcap version.
RHEL8 and newer have only libpcap.so.1
Jira tracking (added to this comment by ArnoStiefvater)
SC-806
The text was updated successfully, but these errors were encountered: