So I wanted to try and install OpenVAS from source, and was curious if anyone had the same issue?
I am trying to do the OpenVAS-Libraries. cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ -- Configuring the Libraries... -- The C compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") -- Install prefix: /usr/local -- checking for module 'gnutls>=2.12' -- package 'gnutls>=2.12' not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:279 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal) CMakeLists.txt:207 (pkg_check_modules) But when I looked to see if installed, I get the following message. Package gnutls-3.3.8-14.el7_2.x86_64 already installed and latest version I am currently on the following OS: CentOS Linux release 7.2.1511 (Core). There are other packages that are saying they aren't found as well, which I installed those too. I know I should export the PKG_CONFIG_PATH, but they are installed through yum, so I assumed it would find them okay. Suggestions?
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
