Installing latest?

Asked by Gavin Henry

Hi all,

I'd like to automate the install of the latest version due to:

https://lists.gnu.org/archive/html/libmicrohttpd/2021-11/msg00004.html

What docs can you point me to as this isn't a PPA.

Many thanks,
Gavin.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libmicrohttpd Edit question
Assignee:
No assignee Edit question
Solved by:
Bernard Stafford
Solved:
Last query:
Last reply:
Revision history for this message
Gavin Henry (gavinhenry) said :
#1

Seems I can work round this:

==========
Hi Gavin,

The issue is related to the API change introduced by v0.9.71.
You can use the trick to make your code universally compatible with old
and new MHD versions as suggested by Christian:
https://git.gnunet.org/gnunet.git/plain/src/include/gnunet_mhd_compat.h

--
Wishes,
Evgeny
==========

Revision history for this message
Gavin Henry (gavinhenry) said :
#2

I'll install the latest version though.

Revision history for this message
Gavin Henry (gavinhenry) said :
#3
Revision history for this message
Gavin Henry (gavinhenry) said :
#4

I think it would be good to get backport done for this.

Revision history for this message
Best Bernard Stafford (bernard010) said :
#5

https://packages.ubuntu.com/focal/libmicrohttpd-dev
https://packages.ubuntu.com/focal/libmicrohttpd12

This is the current package in Ubuntu 20.04 - Focal
It is is in all the other packages
Terminal [ctl+alt+t] :
sudo apt install libmicrohttpd12

Revision history for this message
Gavin Henry (gavinhenry) said :
#6

Thanks. I've switch to homebrew for the latest.