Re: [libmicrohttpd] Building libmicrohttpd-0.9.55 on RHEL5

2017-09-27 Thread Svein Olav Bjerkeset
But I suspect that problem comes from outdated RHEL5 GnuTLS lib. MHD on git master is able to use modern GnuTLS without gcrypt. As next step I suggest to build latest GnuTLS on RHEL5 and build MHD with modern GnuTLS. I have never used GnuTLS from official RHEL5 repos during the effort to ge

Re: [libmicrohttpd] Misc patch (MHD_TLS_CONNECTION_INIT not declared)

2017-09-27 Thread Christian Grothoff
Fixed, thanks for reporting! -Christian On 09/27/2017 11:17 AM, Maru Berezin wrote: > Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017), the > definition of MHD_TLS_CONNECTION_INIT was deleted. > > Please find attached a patch. > > Regards, > maru > signature.asc Descri

[libmicrohttpd] Misc patch (MHD_TLS_CONNECTION_INIT not declared)

2017-09-27 Thread Maru Berezin
Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017), the definition of MHD_TLS_CONNECTION_INIT was deleted. Please find attached a patch. Regards, maru >From 76a92aa13ed88f47b3c61593ae5cf764de5d7f0d Mon Sep 17 00:00:00 2001 From: maru Date: Wed, 27 Sep 2017 11:15:07 +0200 Sub

Re: [libmicrohttpd] Building libmicrohttpd-0.9.55 on RHEL5

2017-09-27 Thread Evgeny Grin
On 27.09.2017 10:37, Svein Olav Bjerkeset wrote: >> Latest git contains some fixes for epoll modes. >> Could you fetch source from official git on other platform (autoconf on >> RHEL5 is too old), run "autoreconf -i && ./configure && make dist-gzip". >> Then build from resulted tarball on your RHE

Re: [libmicrohttpd] Building libmicrohttpd-0.9.55 on RHEL5

2017-09-27 Thread Svein Olav Bjerkeset
Latest git contains some fixes for epoll modes. Could you fetch source from official git on other platform (autoconf on RHEL5 is too old), run "autoreconf -i && ./configure && make dist-gzip". Then build from resulted tarball on your RHEL5 machine? Most probably GnuTLS is not yet well polished