View Single Post
Old 01-07-2022, 02:37 PM   #2
katadelos
rm -rf /
katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.
 
Posts: 219
Karma: 3333683
Join Date: Nov 2019
Location: United Kingdom
Device: K5, KT, KT2, KT3, KT4, KV, PW2, PW3, PW4, PW5
Quote:
Originally Posted by SimonAchmueller View Post
Hello,

I'm trying to make use of my old Kindle 3 keyboard, and want to build a stand-alone weather station based on https://github.com/x-magic/kindle-weather-stand-alone

What I strugle with is to get rsvg-convert and pngcrush work on my kindle.

I have errors like
Code:
./pngcrush: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./pngcrush)
or
Code:
rsvg-convert: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ../lib/librsvg-2.so.2)
Does anyone have (or can compile) binaries for those tools?
You might be able to find old versions of them here - check which packages provide the binaries you want and see if there's an armel version from approx 2006-2008. If not, you're SOL as the dependency chain to cross compile those packages is pretty extensive.
katadelos is offline   Reply With Quote