Thank you for the hint.

The GNU TLS manual says that from v.3.0.3 "gnutls_transport_set_lowat"
is deprecated, but the file "tls.c" in
"wmi-1.3.14/Samba/source/lib/tls" still uses it.

I find that the problem can be solved by replacing occurrences of
"gnutls_transport_set_lowat(tls->session, 0);" by
"gnutls_record_check_pending(tls->session);" before running
"./autogen.sh".


On 16/10/2013, Jan-Oliver Wagner <[email protected]> wrote:

> Am Freitag, 6. September 2013, 06:26:17 schrieb anctop:
>> I'm trying to build openvas-libraries-6.0.0 from source, with wmi
>> support.
>> Following the instructions in
>> "openvas-libraries-6.0.0/doc/wmi-howto.txt", I downloaded the wmi
>> distribution, unpacked it, applied the two patches, cd to
>> "Samba/source" and run "autogen.sh", then "sh ./configure" and "make
>> proto all", but failed.
>>...
>> It appears to be a problem with "gnutls", but other versions (3.0.x)
>> do not help.
>
> I recommend to make a quick research about gnutls_transport_set_lowat.
>
> With Debian 6 and 7 I have not experienced such problems.
>
> --
> Dr. Jan-Oliver Wagner |  ++49-541-335084-0  |  http://www.greenbone.net/
> Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR
> B
> 202460
> Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to