2015-04-13 14:49 GMT+03:00 Eero Volotinen <[email protected]>: > > > 2015-04-13 14:27 GMT+03:00 Cristian Iconaru <[email protected]>: > >> Hi, >> >> >> >> does anyone know which packet causes the issue? Are all packages that are >> not found needed? >> >> I’m running into this when I run cmake for the libraries >> >> >> >> [root@localhost build]# cmake .. >> >> -- Configuring the Libraries... >> >> -- Install prefix: /usr/local >> >> -- checking for module 'hiredis>=0.10.1' >> >> -- package 'hiredis>=0.10.1' not found >> >> -- checking for module 'libopenvas_wmiclient>=0.0.1' >> >> -- package 'libopenvas_wmiclient>=0.0.1' not found >> >> -- checking for module 'libopenvas_wincmd>=0.0.1' >> >> -- package 'libopenvas_wincmd>=0.0.1' not found >> >> -- checking for module 'libssh>=0.5.0' >> >> -- package 'libssh>=0.5.0' 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:212 (pkg_check_modules) >> >> >> >> >> > Hi, > > Install EPEL repo into Centos *) and then just install needed libraries > (like libssh-devel, libssh-devel, hiredis-devel) and repeat cmake .. until > it stops complaining. > > *) rpm -Uhv > http://mirror.serverbeheren.nl/epel/7/x86_64/e/epel-release-7-5.noarch.rpm > && yum update >
Another side note: I didn't find any repo that provides sqlfairy (sqltranslator perl modules), so I compiled them using cpan. -- Eero
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
