Open
Description
I'm getting the following error when trying to install
rshea0@studio:~$ sudo apt-get install ola
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ola : Depends: libmicrohttpd5 but it is not installable
Depends: libprotobuf7 but it is not installable
E: Unable to correct problems, you have held broken packages.
When I try to install libmicrohttpd5
I get the following error:
rshea0@studio:~$ sudo apt-get install libmicrohttpd5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libmicrohttpd5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libmicrohttpd5' has no installation candidate
I've tried installing the latest version of libmicrohttpd
but it still doesn't work.
It seems all the installation instructions are very out of date.
I've also tried building from source instead, but I'm met with the following error when I get to the make step:
rshea0@studio:~/ola$ make
make: *** No targets specified and no makefile found. Stop.
The autoreconf
and ./configure
steps seemed to run fine though.