Skip to content
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

libjson0-dev dependency install-issues #1

Closed
sleepdefic1t opened this issue Sep 2, 2017 · 4 comments
Closed

libjson0-dev dependency install-issues #1

sleepdefic1t opened this issue Sep 2, 2017 · 4 comments

Comments

@sleepdefic1t
Copy link

Raspberry Pi Zero W
Jessie Stretch lite

sudo apt-get install libjson0-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libjson0-dev

So I sudo nano /etc/apt/sources.list,
then add the line deb http://ftp.de.debian.org/debian jessie main;
per instructions @ libjson0-dev packages.debian.org.

Next,
sudo apt-get update.

Then,
sudo apt-get install libjson0-dev returns libjson0-dev : Depends: libjson-c-dev (= 0.11-4).

so I,
sudo apt-get install libjson-c-dev=0.11-4.

Finally, sudo apt-get install libjson0-dev installs okay.

@sleepdefic1t
Copy link
Author

Checking it out futher...

TurboGit/hubicfuse#139

libjson0-dev is deprecated in Raspbian Stretch.

sudo apt-get install libjson-c-dev will install the correct frameworks. libjson-c-dev & libjson-c3

@emersonmello
Copy link
Owner

Hi @sleepdefic1t ,

Thank you so much. I made changes on Readme.md.

@sleepdefic1t
Copy link
Author

Not a problem.

I'm working on something similar and yours is by far one of the most well done I've seen!
Keep up the great work!

@GowrishankarGeek
Copy link

Hi @sleepdefic1t,
The same library I am trying to install in alpine docker image. can you please help on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants