Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to install libmicrohttpd?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: How to install libmicrohttpd?

#16 Post by stevepusser »

The best way to do it is to backport the janus packages that are in Debian testing. https://packages.debian.org/buster/janus

You could try requesting that in the Debian backports mailing list: https://lists.debian.org/debian-backports/

Or attempt it yourself: https://wiki.debian.org/SimpleBackportCreation

Though my daily driver is Jessie-based MX Linux, I've recently learned how to set up and use various generic Debian QEMU pbuilder machines on this, so I can throw the testing sources into the maw of a Stretch build environment and see what comes out the other end in var/cache/pbuilder. Let me see if it is a simple backport.

Edit: No problem with a simple backport of 64-bit packages, so a simple backport per the wiki procedure should also work for you.

If you can't install libmicrohttp-dev on your system, something is wrong with your software sources--the normal list is in /etc/apt/sources.list. Can you try installing inxi and giving the output of

Code: Select all

inxi -r
though if your main Debian repo is not working, you won't be able to install inxi and instead will have to give us the output of

Code: Select all

cat /etc/apt/sources.list
MX Linux packager and developer

southlux
Posts: 7
Joined: 2017-08-03 12:39

Re: How to install libmicrohttpd?

#17 Post by southlux »

Thanks for the advice.
I managed to install Janus without it.
Although I still have some issues with regards to getting this working.

Post Reply