You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/Arduino/hardware/tools/avr/bin/avrdude: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
avrdude should really be compiled static in order to avoid this sort of nonsense.
The text was updated successfully, but these errors were encountered:
A symlink to my current library works. Point is that you should not have to do this.
If you link statically, you ensure that the program will work whether-or-not someone has any particular library installed, at the cost of a slightly less larger distributed binary.
/opt/Arduino/hardware/tools/avr/bin/avrdude: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
avrdude should really be compiled static in order to avoid this sort of nonsense.
The text was updated successfully, but these errors were encountered: