Skip to content

Commit

Permalink
OpenVas-Scanner Adding information on missing package
Browse files Browse the repository at this point in the history
When I went over the documentation, I had the issue of missing Libcurl when trying to build from cmake. According to the online documentation, Ubuntu doesn't have a direct libcurl-dev package, and using libcurl4-openssl-dev fixes the issue.
  • Loading branch information
Toys0125 authored Apr 17, 2024
1 parent e0b4711 commit e95473d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/22.4/source-build/openvas-scanner/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ cmake $SOURCE_DIR/openvas-scanner-$OPENVAS_SCANNER_VERSION \
make -j$(nproc)
```
```{warning}
If missing libcurl error in Ubuntu install libcurl4-openssl-dev `sudo apt install -y libcurl4-openssl-dev`
```

```{code-block}
:caption: Installing openvas-scanner
Expand Down

0 comments on commit e95473d

Please sign in to comment.