-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing error of libcurl4-openssl-dev on Raspbian buster #34
Comments
Just wanted to chime in on having the exact same problem without having been able to solve it. I am using Raspberry Pi4 with Buster (I am making a wild assumption here that if it is intended to work on a Pi3 it should be possible to make it work on Pi4 as well) - if it isn't supposed to work perhaps it would be good to list a warning high up on the original tutorial page(link) There are some discussions on an Alexa related thread about the same problem (link). There a solution is stated where you do:
and then find libssl1.0-dev and change to libssl-dev. However I can not even find the |
Well whaddayouknow? Instead of tearing out my hair in not being able to find a Emphasis lies on "seems" because I am running into my next problem now ( |
But that problem seems to be resolved by commenting out the following lines in
I think that's justified because I have installed wiringPi separately already ( And then... EUREKA! IT WORKS! |
Hey
I am trying to use this on Raspbian buster, and having an installation error of libcurl4-openssl-dev as below after running the ./setup.sh command. I am not sure whether this already supports Raspbian buster.
But if I try to install libcurl4-openssl-dev by apt-get install command, I do not get the same error.
![image](https://user-images.githubusercontent.com/13341579/79425928-ff49dd00-7ff4-11ea-9b9c-fedc0aaf9b9d.png)
The text was updated successfully, but these errors were encountered: