scolby33 / weather_kindle

Use your Kindle to display a weather forecast!
Other
30 stars 4 forks source link

Kindle 4nt rsvg-convert issue #9

Closed BenjaminHae closed 3 years ago

BenjaminHae commented 3 years ago

I've built this project and installed it on a kindle 4nt.

When executing rsvg-convert, the following error is shown: /mnt/us/weather/bin/rsvg-convert: symbol lookup error: /mnt/us/weather/lib/librsvg-2.so.2: undefined symbol: g_malloc_n

Do you have any idea that could help me fix this error?

BenjaminHae commented 3 years ago

For anyone else having this issue: I've solved it by installing a debian (6 squeeze) chroot environment and installing librsvg2-bin in that environment. I'm sure there are simpler solutions, but it worked for me.