ipartola / hawkeye

An simple and fast USB webcam MJPEG streaming server.
Other
206 stars 28 forks source link

Installation problem - Unmet dependency "libssl1.0.0" #13

Closed Radoslaw-K closed 3 years ago

Radoslaw-K commented 6 years ago

Trying to install on the latest Raspbian "stretch" I'm getting the following error:

pi@raspberrypi:~ $ sudo apt-get install hawkeye
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:
 hawkeye : Depends: libssl1.0.0 (>= 1.0.1) but it is not installable
E: Unable to correct problems, you have held broken packages.

By default Raspbian stretch has libssl1.0.2 installed. I tried installing libssl-dev and openssl to see if I fix the issue this way but no luck.

Any help would be much appreciated.

dakush commented 6 years ago

Same problem here

ipartola commented 3 years ago

Fixed in latest commit/merged PR.