|
OpenVAS LibrariesThis site is no longer maintained and kept for archiving purposes. |
|
Comments:
|
When you get the error: /usr/local/sbin/openvassd: error while loading shared libraries: libopenvas_misc.so.4: cannot open shared object file: No such file or directory You need to configure the openvas libraries with the following option: cmake -DCMAKE_INSTALL_PREFIX=/usr . So the scanner will find the libraries by marc at 2011-04-03 15:38:14 |
|
To compile openvas-libraries with WMI support, please follow the steps described below. Our hope is that this code will ultimately make it into Samba itself; until then, some additional work is necessary but should be straightforward if you follow this guide. 1) Download the source tarball for wmi-1.3.14 You can download download the tarball from a number of places, including http://www.hacktoolrepository.com/tool/175/wmi%20client Untar the source tarball with the following command: 2) Apply the patch http://www.hacktoolrepository.com/tool/176/wmi%20patch Copy the patch to the wmi-1.3.14 directory you just created and apply the patch with the following command: $ patch -p1 < openvas-wmi-1.3.14.patch 3) Compile the source $ cd Samba/source by marc at 2011-05-19 19:12:41 |