We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Imported from arduino/Arduino#5783 @gagara
avrdude from Arduino-1.8.0 has broken dependency to libtinfo.so.5.
$ ldd avrdude linux-vdso.so.1 (0x00007ffc2507f000) librt.so.1 => /lib64/librt.so.1 (0x00007fcb13f1c000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fcb13d00000) libm.so.6 => /lib64/libm.so.6 (0x00007fcb13a04000) libtinfo.so.5 => not found libc.so.6 => /lib64/libc.so.6 (0x00007fcb1366b000) /lib64/ld-linux-x86-64.so.2 (0x00007fcb14124000)
The text was updated successfully, but these errors were encountered:
Solved by arduino/Arduino#5863
Sorry, something went wrong.
No branches or pull requests
Imported from arduino/Arduino#5783 @gagara
avrdude from Arduino-1.8.0 has broken dependency to libtinfo.so.5.
The text was updated successfully, but these errors were encountered: