Re: [libmicrohttpd] Unable to find specified file minimal_example.c

2019-12-22 Thread Evgeny Grin
Hi Bryan, You should ask Ubuntu/Debian package maintainers about files provided by .deb packages.MHD itself provides all mentioned files. -- Best Wishes,Evgeny Grin   22.12.2019, 05:44, "Bryan White" :I have libmicrohttpd[10|-dev|-dbg] version 0.9.44 installed under Ubuntu 16.04 LTS.> locate minima

Re: [libmicrohttpd] Unable to find specified file minimal_example.c

2019-12-21 Thread Bryan White
I have libmicrohttpd[10|-dev|-dbg] version 0.9.44 installed under Ubuntu 16.04 LTS. > locate minimal_example does not find it. > locate hellobrowser finds /home/XXX/libmicrohttpd_copy/examples/hellobrowser.c /usr/share/doc/libmicrohttpd-dev/examples/hellobrowser.c Regards Bryan White Director, Br

Re: [libmicrohttpd] Unable to find specified file minimal_example.c

2019-12-21 Thread Christian Grothoff
Hi Bryan, I don't know where you were looking, but it is in the TGZ releases of libmicrohttpd, and in our Git in the src/examples/ directory, as the documentation says: * In Git: https://git.gnunet.org/libmicrohttpd.git/tree/src/examples/minimal_example.c * Official release: http://ftp.gnu.org/g

[libmicrohttpd] Unable to find specified file minimal_example.c

2019-12-20 Thread Bryan White
At https://www.gnu.org/software/libmicrohttpd/tutorial.html It says "Both of these issues you will find addressed in the official minimal_example.c residing in the src/examples directory of the MHD package" But I can't find it. Please advise where I can find it, or its new name. Thank you. Regards