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
cmake creates Makefile and necessary build infrastructure.
Actual behavior
I got the following error:
...
-- Checking for module 'gnutls>=3.2.15'
-- Found gnutls, version 3.8.6
-- Checking for module 'libopenvas_wmiclient>=1.0.5'
-- Package 'libopenvas_wmiclient', required by 'virtual:world', not found
-- Looking for pcap...
-- Looking for netsnmp...
-- Looking for netsnmp... /usr/lib/libnetsnmp.so
-- Looking for libgcrypt...
-- Looking for libgcrypt... /usr/lib/libgcrypt.so
-- found libgcrypt, version
CMake Error at nasl/CMakeLists.txt:103 (message):
libgcrypt 1.6 or greater is required
-- Looking for bison...
-- Looking for libgcrypt...
-- Looking for libgcrypt... /usr/lib/libgcrypt.so
-- found libgcrypt, version
CMake Error at src/CMakeLists.txt:38 (message):
libgcrypt 1.6 or greater is required
-- Looking for pcap...
-- Looking for pcap... /usr/lib/libpcap.so
-- Looking for pcap-config...
-- Looking for pcap-config... /usr/bin/pcap-config
-- WARNING: pandoc is required to build the HTML user manual.
-- Configuring incomplete, errors occurred!
Noticed that too. And it's odd that it cannot get the version from libgcrypt.
Although libgcrypt-config seems to be a bit unreliable?
$ pkg-config libgcrypt-config --version
2.1.1
$ pkg-config libgcrypt-config --cflags
Package libgcrypt-config was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgcrypt-config.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgcrypt-config', required by 'virtual:world', not found
$ pkg-config libgcrypt-config --libs
Package libgcrypt-config was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgcrypt-config.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgcrypt-config', required by 'virtual:world', not found
$ pkg-config libgcrypt --libs
-lgcrypt
$ pkg-config libgcrypt --cflags
$ pkg-config libgcrypt --version
2.1.1
Building worked with libgcrypt 1.10.x that I'm sure. Is there a problem with 1.11.x?
What I did
git clone https://github.com/greenbone/openvas-scanner
cd openvas-scanner
mkdir build
cd build
cmake ..
Expected behavior
cmake
createsMakefile
and necessary build infrastructure.Actual behavior
I got the following error:
Environment
Operating system:
Arch Linux
uname -a
shows:cat /etc/lsb-release
showspacman -Q | \grep libgcrypt
showspacman -Ql libgcrypt
shows:Installation method / source: (packages, source installation)
main
branch as of right now: 1ffc0c8.Logfiles
None
The text was updated successfully, but these errors were encountered: