Hi,
You must modify file nasl/nasl_ssh.c like this : Remove line 58: #include <libssh/legacy.h> /* Remove for libssh 0.6. */ And you must modify line 1864: Origin: banner = ssh_get_serverbanner (session); New line: banner = (char*) ssh_get_serverbanner (session); This will work. Best regards, Simon De : Openvas-discuss [mailto:[email protected]] De la part de Daniel Malament Envoyé : mercredi 7 mai 2014 20:07 À : [email protected] Objet : [Openvas-discuss] problems building OpenVAS 7 from source Since there aren't packages for OpenVAS 7 yet, I decided to just build it from source. However, the first compilation is failing with all sorts of ssh-related errors. This is on an up-to-date Ubuntu 14.04 box. Anyone have any ideas? ------ cd openvas-libraries-7.0.1/ mkdir build cd build cmake .. make ------ ...
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
