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

error while loading shared libraries #2

Closed
ghost opened this issue Jun 15, 2016 · 2 comments
Closed

error while loading shared libraries #2

ghost opened this issue Jun 15, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 15, 2016

When I try to upload *.ino file:

/home/azamat/arduino-1.6.9/hardware/tools/avr/bin/avrdude: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

How can I solve this.
Please, help!

@stevearc
Copy link
Owner

Do you get the same error when using the arduino IDE? I'd suggest googling around and fiddling with your libraries/installed packages. At a glance, it seems like other people have had similar problems here and here

@ghost
Copy link
Author

ghost commented Jun 15, 2016

Thanks stevearc. The problem was that Arduino IDE needed the older version of libtinfo.
Solved this by symlinking:
cd /lib
ln -s libtinfo.so.6 libtinfo.so.5

@ghost ghost closed this as completed Jun 15, 2016
This issue was closed.
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

1 participant